PR: 26187
Submitted by: Glenn Trewitt <glenn@trewitt.org>
This commit is contained in:
parent
4db40fd143
commit
a46ce3a04b
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=82674
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user