summaryrefslogtreecommitdiffstats
path: root/release/sysinstall/tcpip.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>1995-05-24 01:27:15 +0000
committerjkh <jkh@FreeBSD.org>1995-05-24 01:27:15 +0000
commit3ea9b3c64fbf9f43f0a19c20d54dd948f43e0dc4 (patch)
tree7e001d70a2e1ec65b4b789b26acd5bcd541a7c0b /release/sysinstall/tcpip.c
parentf0c47d8f7975c482cc2c356b5bbdd466631556a7 (diff)
downloadFreeBSD-src-3ea9b3c64fbf9f43f0a19c20d54dd948f43e0dc4.zip
FreeBSD-src-3ea9b3c64fbf9f43f0a19c20d54dd948f43e0dc4.tar.gz
Add a final configuration menu and the beginnings of the backing code
for it. The ftp installation method is working well enough to test. Many more bug fixes, says Gary.
Diffstat (limited to 'release/sysinstall/tcpip.c')
-rw-r--r--release/sysinstall/tcpip.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/release/sysinstall/tcpip.c b/release/sysinstall/tcpip.c
index 8a876ec..69ecc08 100644
--- a/release/sysinstall/tcpip.c
+++ b/release/sysinstall/tcpip.c
@@ -1,5 +1,5 @@
/*
- * $Id: tcpip.c,v 1.10 1995/05/21 15:40:54 jkh Exp $
+ * $Id: tcpip.c,v 1.11 1995/05/23 18:06:16 jkh Exp $
*
* Copyright (c) 1995
* Gary J Palmer. All rights reserved.
@@ -566,8 +566,6 @@ tcpDeviceSelect(void)
msgFatal("Unable to create network device menu! Argh!");
dmenuOpenSimple(menu);
free(menu);
- if (netDevice->init)
- (*netDevice->init)(netDevice);
return netDevice;
}
OpenPOWER on IntegriCloud