mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Remove an accidentally slipped in line.
This commit is contained in:
parent
4f7e490827
commit
d5be7a2d38
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user