diff options
| author | Max Laier <mlaier@FreeBSD.org> | 2004-09-29 04:54:33 +0000 |
|---|---|---|
| committer | Max Laier <mlaier@FreeBSD.org> | 2004-09-29 04:54:33 +0000 |
| commit | d6a8d588758b384d3fbf57425b886754c9ed710d (patch) | |
| tree | b760834c7691b17430788d5a6041455045da8ac1 /sys/netinet/ip_input.c | |
| parent | 48ac555d83c967d08d612de7f25f3fd13b6e2268 (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 223866f75e133..37fbfd67199c6 100644 --- a/sys/netinet/ip_input.c +++ b/sys/netinet/ip_input.c @@ -437,7 +437,7 @@ tooshort: odst = ip->ip_dst; if (pfil_run_hooks(&inet_pfil_hook, &m, m->m_pkthdr.rcvif, - PFIL_IN) != 0) + PFIL_IN, NULL) != 0) return; if (m == NULL) /* consumed by filter */ return; |
