diff options
| author | Christian S.J. Peron <csjp@FreeBSD.org> | 2006-02-02 03:13:16 +0000 |
|---|---|---|
| committer | Christian S.J. Peron <csjp@FreeBSD.org> | 2006-02-02 03:13:16 +0000 |
| commit | 604afec49664f14e50e1ecfac05018f7a81c7cf7 (patch) | |
| tree | 70762151820deceeeabd2497892bd015c4607785 /sys/netinet/ip_output.c | |
| parent | 06f2859f6d990038f0ee813dbba4c189cb2b4747 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/ip_output.c')
| -rw-r--r-- | sys/netinet/ip_output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_output.c b/sys/netinet/ip_output.c index a3fa63bee6fe..915512e56669 100644 --- a/sys/netinet/ip_output.c +++ b/sys/netinet/ip_output.c @@ -405,7 +405,7 @@ sendit: #endif /* IPSEC */ /* Jump over all PFIL processing if hooks are not active. */ - if (inet_pfil_hook.ph_busy_count == -1) + if (!PFIL_HOOKED(&inet_pfil_hook)) goto passout; /* Run through list of hooks for output packets. */ |
