From 9a3b9aa0ee953d1b507d0a57cedf76f0f977a996 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Wed, 28 Mar 2007 19:48:19 +0000 Subject: Check for p2pcatchall with isset() --- etc/inc/config.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'etc/inc/config.inc') diff --git a/etc/inc/config.inc b/etc/inc/config.inc index eb7bb64..bd984ee 100644 --- a/etc/inc/config.inc +++ b/etc/inc/config.inc @@ -1582,7 +1582,7 @@ function system_start_ftp_helpers() { } } if(isset($config['shaper']['enable'])) { - if($config['ezshaper']['step5']['p2pcatchall']) { + if(isset($config['ezshaper']['step5']['p2pcatchall'])) { $shaper_queue = "-q qP2PDown "; } else { $downq = "q" . convert_friendly_interface_to_friendly_descr($config['ezshaper']['step2']['inside_int']); -- cgit v1.1