Remove an accidentally slipped in line.

This commit is contained in:
Ermal Luçi 2008-01-17 23:38:07 +00:00
parent 4f7e490827
commit d5be7a2d38

View File

@ -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) {