aboutsummaryrefslogtreecommitdiff
path: root/usr.sbin/sysinstall/tcpip.c
diff options
context:
space:
mode:
authorHajimu UMEMOTO <ume@FreeBSD.org>2000-10-21 14:06:24 +0000
committerHajimu UMEMOTO <ume@FreeBSD.org>2000-10-21 14:06:24 +0000
commitf3581390d2c9123caf199c503827d7071a1b6d4c (patch)
tree640eb5d35ead5a0b4b311c233521b2d2fdda8b04 /usr.sbin/sysinstall/tcpip.c
parente30bdf6ba17a82a08db485c3ad3334a77749018b (diff)
Popup IPv6 dialog, again.
Notes
Notes: svn path=/head/; revision=67418
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 50553d89c23f..1889917c12d3 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;