Argh, those last two commits snuck in with the other one by mistake.

Disable the non-working dhcp client code I just committed by mistake.
This commit is contained in:
jkh 1999-05-06 11:05:19 +00:00
parent d7c86ee279
commit cf089716ab
2 changed files with 6 additions and 2 deletions

View File

@ -1,5 +1,5 @@
/*
* $Id: tcpip.c,v 1.75 1999/02/05 22:15:52 jkh Exp $
* $Id: tcpip.c,v 1.76 1999/05/06 11:03:18 jkh Exp $
*
* Copyright (c) 1995
* Gary J Palmer. All rights reserved.
@ -167,6 +167,7 @@ tcpOpenDialog(Device *devp)
else { /* See if there are any defaults */
char *cp;
#ifdef notdef /* This is just a test stub which doesn't work yet either */
/* First try a DHCP scan */
msgNotify("Scanning for DHCP servers...");
Mkdir("/var/db");
@ -176,6 +177,7 @@ tcpOpenDialog(Device *devp)
}
else
msgConfirm("Unsuccessful return from dhclient");
#endif
/* Get old IP address from variable space, if available */
if (!ipaddr[0]) {

View File

@ -1,5 +1,5 @@
/*
* $Id: tcpip.c,v 1.75 1999/02/05 22:15:52 jkh Exp $
* $Id: tcpip.c,v 1.76 1999/05/06 11:03:18 jkh Exp $
*
* Copyright (c) 1995
* Gary J Palmer. All rights reserved.
@ -167,6 +167,7 @@ tcpOpenDialog(Device *devp)
else { /* See if there are any defaults */
char *cp;
#ifdef notdef /* This is just a test stub which doesn't work yet either */
/* First try a DHCP scan */
msgNotify("Scanning for DHCP servers...");
Mkdir("/var/db");
@ -176,6 +177,7 @@ tcpOpenDialog(Device *devp)
}
else
msgConfirm("Unsuccessful return from dhclient");
#endif
/* Get old IP address from variable space, if available */
if (!ipaddr[0]) {