Whoops, forgot a hunk on the previous patch. Fix RTSOL variable handling
AND DHCP handling.
This commit is contained in:
parent
a46ce3a04b
commit
7a7a162ba6
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user