From 1a2146d59f7d2942dd0de314ad96ccdfcb8c7636 Mon Sep 17 00:00:00 2001 From: ume Date: Sat, 21 Oct 2000 14:06:24 +0000 Subject: Popup IPv6 dialog, again. --- release/sysinstall/tcpip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'release/sysinstall/tcpip.c') diff --git a/release/sysinstall/tcpip.c b/release/sysinstall/tcpip.c index 50553d8..1889917 100644 --- a/release/sysinstall/tcpip.c +++ b/release/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; -- cgit v1.1