summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/tcpip.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2001-08-31 19:56:59 +0000
committerjkh <jkh@FreeBSD.org>2001-08-31 19:56:59 +0000
commitdf289849d806e78772dc2e361963f316012a6d82 (patch)
treec17d4388b30acd161a4d51290b2a7e329a6f24d7 /usr.sbin/sysinstall/tcpip.c
parent7d962c74f05d15237307926c3a50627b99db7e0b (diff)
downloadFreeBSD-src-df289849d806e78772dc2e361963f316012a6d82.zip
FreeBSD-src-df289849d806e78772dc2e361963f316012a6d82.tar.gz
PR: 26187
Submitted by: Glenn Trewitt <glenn@trewitt.org>
Diffstat (limited to 'usr.sbin/sysinstall/tcpip.c')
-rw-r--r--usr.sbin/sysinstall/tcpip.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/tcpip.c b/usr.sbin/sysinstall/tcpip.c
index 46c886f..ecdf28a 100644
--- a/usr.sbin/sysinstall/tcpip.c
+++ b/usr.sbin/sysinstall/tcpip.c
@@ -378,7 +378,7 @@ tcpOpenDialog(Device *devp)
/* First try a DHCP scan if such behavior is desired */
if (!variable_cmp(VAR_TRY_DHCP, "YES") ||
- ((!variable_cmp(VAR_TRY_DHCP, "NO")) && (!msgNoYes("Do you want to try DHCP configuration of the interface?")))) {
+ ((variable_cmp(VAR_TRY_DHCP, "NO")) && (!msgNoYes("Do you want to try DHCP configuration of the interface?")))) {
Mkdir("/var/db");
Mkdir("/var/run");
Mkdir("/tmp");
OpenPOWER on IntegriCloud