From ebd0d77b096199ab674c9642d675df380cfd7b6f Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 10 Sep 2008 19:57:13 +0000 Subject: Make the pointy-hat gods happy by fixing missing ) error. --- etc/inc/config.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'etc') diff --git a/etc/inc/config.inc b/etc/inc/config.inc index f214996..ccf548e 100644 --- a/etc/inc/config.inc +++ b/etc/inc/config.inc @@ -2599,7 +2599,7 @@ function system_start_ftp_helpers() { $interface_counter = 0; foreach ($iflist as $ifent => $ifname) { - if(interface_has_gateway($ifname) { + if(interface_has_gateway($ifname)) { $interface_counter++; continue; } @@ -2865,4 +2865,4 @@ function set_device_perms() { if($g['booting']) echo "."; $config = parse_config(); -?> +?> \ No newline at end of file -- cgit v1.1