mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-16 10:20:30 +00:00
Whoops, forgot to delete the ! operator in the reversed conditional
for anonftp. Fix.
This commit is contained in:
parent
6874d62958
commit
241d4c9361
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=57334
@ -541,7 +541,7 @@ installStandard(dialogMenuItem *self)
|
||||
"between interfaces)?"))
|
||||
variable_set2("gateway_enable", "YES", 1);
|
||||
|
||||
if (!msgYesNo("Do you want to grant only normal users FTP access to this\n"
|
||||
if (msgYesNo("Do you want to grant only normal users FTP access to this\n"
|
||||
"host (e.g. no anonymous FTP connections)?"))
|
||||
configAnonFTP(self);
|
||||
|
||||
|
@ -541,7 +541,7 @@ installStandard(dialogMenuItem *self)
|
||||
"between interfaces)?"))
|
||||
variable_set2("gateway_enable", "YES", 1);
|
||||
|
||||
if (!msgYesNo("Do you want to grant only normal users FTP access to this\n"
|
||||
if (msgYesNo("Do you want to grant only normal users FTP access to this\n"
|
||||
"host (e.g. no anonymous FTP connections)?"))
|
||||
configAnonFTP(self);
|
||||
|
||||
|
@ -541,7 +541,7 @@ installStandard(dialogMenuItem *self)
|
||||
"between interfaces)?"))
|
||||
variable_set2("gateway_enable", "YES", 1);
|
||||
|
||||
if (!msgYesNo("Do you want to grant only normal users FTP access to this\n"
|
||||
if (msgYesNo("Do you want to grant only normal users FTP access to this\n"
|
||||
"host (e.g. no anonymous FTP connections)?"))
|
||||
configAnonFTP(self);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user