From f4c7b4e2742de1b679529b8979cb666f306bf485 Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 1 Aug 2005 00:42:30 +0000 Subject: [PATCH] Fix 4 XXX's --- usr/local/www/wizards/traffic_shaper_wizard.xml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/usr/local/www/wizards/traffic_shaper_wizard.xml b/usr/local/www/wizards/traffic_shaper_wizard.xml index ed5070ab31..6e2a1d2aef 100644 --- a/usr/local/www/wizards/traffic_shaper_wizard.xml +++ b/usr/local/www/wizards/traffic_shaper_wizard.xml @@ -625,7 +625,6 @@ - /* XXX - billm - needs to actually honor what the user selects still */ if ( $_POST['enable'] ) { $p2plist = array(); @@ -831,7 +830,6 @@ - /* XXX - billm - needs to actually honor what the user selects still */ if ( $_POST['enable'] ) { /* create qGamesUp queue */ $queue = array(); @@ -937,8 +935,6 @@ $gamesplist[] = array('ur1', 'udp', '7777-7787', '7777-7787', 'both'); $gamesplist[] = array('ur2', 'tcp', '7777-7787', '7777-7787', 'both'); } - - /* XXX: add some more games before this line!! */ /* Set up/down games as higher weight */ /* loop through p2plist[] */ @@ -1484,9 +1480,7 @@ if($_POST['vnc'] != "") { /* Simple network management protocol */ $othersplist[] = array('VNC', 'tcp', '5900-5930', '5900-5930', 'both', $_POST['vnc']); - } - - /* XXX: add some more protocols here! */ + } /* Set up/down protocols as higher weight */ /* loop through othersplist[] */