diff options
| author | Jordan K. Hubbard <jkh@FreeBSD.org> | 2001-08-31 19:56:59 +0000 |
|---|---|---|
| committer | Jordan K. Hubbard <jkh@FreeBSD.org> | 2001-08-31 19:56:59 +0000 |
| commit | a46ce3a04b4eb302b3909f00bb10d2f0c909f154 (patch) | |
| tree | c17d4388b30acd161a4d51290b2a7e329a6f24d7 /usr.sbin/sysinstall/tcpip.c | |
| parent | 4db40fd14364aeb459a7ea4b98b30bdf35a441cb (diff) | |
Notes
Diffstat (limited to 'usr.sbin/sysinstall/tcpip.c')
| -rw-r--r-- | usr.sbin/sysinstall/tcpip.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/sysinstall/tcpip.c b/usr.sbin/sysinstall/tcpip.c index 46c886f28339..ecdf28af3290 100644 --- a/usr.sbin/sysinstall/tcpip.c +++ b/usr.sbin/sysinstall/tcpip.c @@ -378,7 +378,7 @@ tcpOpenDialog(Device *devp) /* First try a DHCP scan if such behavior is desired */ if (!variable_cmp(VAR_TRY_DHCP, "YES") || - ((!variable_cmp(VAR_TRY_DHCP, "NO")) && (!msgNoYes("Do you want to try DHCP configuration of the interface?")))) { + ((variable_cmp(VAR_TRY_DHCP, "NO")) && (!msgNoYes("Do you want to try DHCP configuration of the interface?")))) { Mkdir("/var/db"); Mkdir("/var/run"); Mkdir("/tmp"); |
