From bd2efdca0e791ca7319423e6fb83b4842356ba47 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Sun, 2 Apr 2006 07:36:15 +0000 Subject: [PATCH] Sepearte back out to tcp and undp --- usr/local/www/wizards/traffic_shaper_wizard.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml index b07721e675..c6005778d4 100644 --- a/usr/local/www/wizards/traffic_shaper_wizard.xml +++ b/usr/local/www/wizards/traffic_shaper_wizard.xml @@ -2092,7 +2092,7 @@ if($config['ezshaper']['step4']['p2pcatchall'] == "on") { $othersplist = array(); $othersplist[] = array('p2pCatchAll', 'tcp', '', '', 'both', ''); - $othersplist[] = array('p2pCatchAll2', 'udp', '', '', 'both', ''); + $othersplist[] = array('p2pCatchAll2', 'udp', '', '', 'both', ''); } else { $othersplist = array(); }