mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Correct typo
This commit is contained in:
parent
f8a52ee015
commit
a3a0dddcfd
@ -963,7 +963,7 @@ function system_start_ftp_helpers() {
|
||||
global $config, $g;
|
||||
if($config['system']['disableftpproxy'] <> "") return;
|
||||
$wanif = get_real_wan_interface();
|
||||
$ip = find_interface_ip($waninf);
|
||||
$ip = find_interface_ip($wanif);
|
||||
mwexec("/usr/local/sbin/pftpx -g 8021 -i {$ip}");
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user