diff options
| author | Luigi Rizzo <luigi@FreeBSD.org> | 2000-02-10 14:19:53 +0000 |
|---|---|---|
| committer | Luigi Rizzo <luigi@FreeBSD.org> | 2000-02-10 14:19:53 +0000 |
| commit | 6bc748b05740261a679b672dd9ef1199abfd6e88 (patch) | |
| tree | c62b177089404b377367a1c048dfc7b39e81f99b /sys/netinet/ip_input.c | |
| parent | 03c612662bb3c5eed6a7066ae54daf92914973d0 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/ip_input.c')
| -rw-r--r-- | sys/netinet/ip_input.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c index df9176fc13aa..2450a1d04c3e 100644 --- a/sys/netinet/ip_input.c +++ b/sys/netinet/ip_input.c @@ -390,7 +390,7 @@ iphack: ip = mtod(m = m1, struct ip *); } #endif - if (ip_fw_chk_ptr) { + if (fw_enable && ip_fw_chk_ptr) { #ifdef IPFIREWALL_FORWARD /* * If we've been forwarded from the output side, then |
