summaryrefslogtreecommitdiffstats
path: root/usr.sbin/sysinstall
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2000-10-21 14:06:24 +0000
committerume <ume@FreeBSD.org>2000-10-21 14:06:24 +0000
commit1a2146d59f7d2942dd0de314ad96ccdfcb8c7636 (patch)
tree265dc4fefca5b27f4a09a4e9bd542b1aebdf90f5 /usr.sbin/sysinstall
parent212e24871caa85c77fcae23839476c7f086d137d (diff)
downloadFreeBSD-src-1a2146d59f7d2942dd0de314ad96ccdfcb8c7636.zip
FreeBSD-src-1a2146d59f7d2942dd0de314ad96ccdfcb8c7636.tar.gz
Popup IPv6 dialog, again.
Diffstat (limited to 'usr.sbin/sysinstall')
-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 50553d8..1889917 100644
--- a/usr.sbin/sysinstall/tcpip.c
+++ b/usr.sbin/sysinstall/tcpip.c
@@ -268,7 +268,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")) && (!msgYesNo("Do you want to try IPv6 configuration of the interface?")))) {
+ ((!variable_cmp(VAR_TRY_RTSOL, "NO")) && (!msgYesNo("Do you want to try IPv6 configuration of the interface?")))) {
int i;
i = 0;
OpenPOWER on IntegriCloud