Whoops, forgot a hunk on the previous patch. Fix RTSOL variable handling

AND DHCP handling.
This commit is contained in:
Jordan K. Hubbard 2001-08-31 20:03:05 +00:00
parent a46ce3a04b
commit 7a7a162ba6
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=82676

View file

@ -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;