mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
fix build with VNET enabled
Reported by: David Wolfskill
This commit is contained in:
parent
9afcc9986c
commit
e99816f1eb
1 changed files with 1 additions and 1 deletions
|
|
@ -2597,7 +2597,7 @@ do { \
|
|||
* XXX should not happen here, but optimized out in
|
||||
* the caller.
|
||||
*/
|
||||
if (fw_one_pass) {
|
||||
if (V_fw_one_pass) {
|
||||
IPFW_RUNLOCK(chain);
|
||||
return (IP_FW_PASS);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue