summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall/tcpip.c
diff options
context:
space:
mode:
authorjkh <jkh@FreeBSD.org>2001-08-31 20:03:05 +0000
committerjkh <jkh@FreeBSD.org>2001-08-31 20:03:05 +0000
commit42361f56f72b6a33feb2a9128d6580f6a4f0e6dc (patch)
tree06b5052c75b85c8234fd0ac9afb22d12760a44b2 /usr.sbin/sysinstall/tcpip.c
parentdf289849d806e78772dc2e361963f316012a6d82 (diff)
downloadFreeBSD-src-42361f56f72b6a33feb2a9128d6580f6a4f0e6dc.zip
FreeBSD-src-42361f56f72b6a33feb2a9128d6580f6a4f0e6dc.tar.gz
Whoops, forgot a hunk on the previous patch. Fix RTSOL variable handling
AND DHCP handling.
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 ecdf28a..6d13c69 100644
--- a/usr.sbin/sysinstall/tcpip.c
+++ b/usr.sbin/sysinstall/tcpip.c
@@ -352,7 +352,7 @@ tcpOpenDialog(Device *devp)
/* Try a RTSOL scan if such behavior is desired */
if (!variable_cmp(VAR_TRY_RTSOL, "YES") ||
- ((!variable_cmp(VAR_TRY_RTSOL, "NO")) && (!msgNoYes("Do you want to try IPv6 configuration of the interface?")))) {
+ ((variable_cmp(VAR_TRY_RTSOL, "NO")) && (!msgNoYes("Do you want to try IPv6 configuration of the interface?")))) {
int i;
int len;
OpenPOWER on IntegriCloud