diff --git a/usr/local/www/status_queues.php b/usr/local/www/status_queues.php index b27d8bb1f3..c01e3bd767 100755 --- a/usr/local/www/status_queues.php +++ b/usr/local/www/status_queues.php @@ -51,7 +51,6 @@ foreach($pfctl_vsq_array as $pfctl) { if(stristr($match_array[1][0],"root_")==false) $a_queues[] = $match_array[1][0] . " on {$if}" ; else { - $if = stristr($match_array[1][0], "root_"); $if = preg_replace("(root_)", "", $if); foreach ($config['interfaces'] as $ifkey => $ifdesc) { if ($ifdesc['if'] == $if) {