summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-14 04:54:54 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-14 04:54:54 +0000
commitb609d80e625c7a284ce0dbddca89128be31f11c6 (patch)
tree8222393e7e04b7a6e444705f7cab7e753fd1db70 /etc
parentbf64c2d8cd4cf06bb4e5d660a01d176ba68319e6 (diff)
downloadpfsense-b609d80e625c7a284ce0dbddca89128be31f11c6.zip
pfsense-b609d80e625c7a284ce0dbddca89128be31f11c6.tar.gz
missing )
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/config.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/config.inc b/etc/inc/config.inc
index b01b1ea..355ae2e 100644
--- a/etc/inc/config.inc
+++ b/etc/inc/config.inc
@@ -1110,7 +1110,7 @@ function system_start_ftp_helpers() {
$wanip = get_current_wan_address();
/* kill off pftpx if its already running */
- if(is_process_running("pftpx")
+ if(is_process_running("pftpx"))
mwexec("/usr/bin/killall pftpx");
/* if we do not have a wanip, launch with just the -g flag */
OpenPOWER on IntegriCloud