Skip to content

Commit

Permalink
firewall: remove unreachable and incorrect code
Browse files Browse the repository at this point in the history
  • Loading branch information
fichtner committed Sep 9, 2021
1 parent 7bd5f2a commit 002d763
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/etc/inc/filter.inc
Expand Up @@ -74,8 +74,6 @@ function filter_rules_sort()
return 1;
} elseif ($a['interface'] == $b['interface']) {
return $a['seq'] - $b['seq'];
} elseif ($a['interface'] == $b['interface']) {
return 0;
} elseif ($a['interface'] == 'wan') {
return -1;
} elseif ($b['interface'] == 'wan') {
Expand Down

0 comments on commit 002d763

Please sign in to comment.