mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-14 00:24:40 +00:00
filter: fix floating rules default for quick parameter, fixes #1745
This commit is contained in:
parent
da66245abe
commit
f25d8b7632
@ -337,7 +337,7 @@ class FilterRule
|
||||
}
|
||||
if (!isset($tmp['quick'])) {
|
||||
// all rules are quick by default except floating
|
||||
$tmp['quick'] = !isset($rule['floating']) ? true : false;
|
||||
$tmp['quick'] = !isset($tmp['floating']) ? true : false;
|
||||
}
|
||||
// restructure flags
|
||||
if (isset($tmp['protocol']) && $tmp['protocol'] == "tcp") {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user