From bf8e068003d02466c6f0638678a0c9bd7ee76dca Mon Sep 17 00:00:00 2001 From: Antoine Ginies Date: Wed, 25 Aug 2004 14:28:48 +0000 Subject: fix typo error --- ftp_wizard/Proftpd.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ftp_wizard/Proftpd.pm') diff --git a/ftp_wizard/Proftpd.pm b/ftp_wizard/Proftpd.pm index 4f6bb5cc..f08aba26 100755 --- a/ftp_wizard/Proftpd.pm +++ b/ftp_wizard/Proftpd.pm @@ -297,7 +297,7 @@ sub do_it { } else { substInFile { s/ServerAdmin.*// } $file } change_options($o->{var}{wiz_root_login}, "RootLogin"); - if (o->{var}{wiz_root_login} == 1) { substInFile { s/root// } "/etc/ftpusers" } + if ($o->{var}{wiz_root_login} == 1) { substInFile { s/root// } "/etc/ftpusers" } change_options($o->{var}{wiz_ftp_fxp}, "AllowForeignAddress"); # in ftp resume there is two options (store or retrieve) change_options($o->{var}{wiz_ftp_resume}, "AllowStoreRestart"); -- cgit v1.2.1