diff options
| author | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-04-12 09:24:22 +0000 |
|---|---|---|
| committer | Poul-Henning Kamp <phk@FreeBSD.org> | 1996-04-12 09:24:22 +0000 |
| commit | 539e53bad3e2b4a000ba8a8e1b27e99e5a0c5f7f (patch) | |
| tree | 4deb73a237cff6c903e055e2857a2ae55474df70 /sys/netinet/ip_input.c | |
| parent | 86c81cd529cbd7ed24adf73c804261052a0d4d94 (diff) | |
Notes
Diffstat (limited to 'sys/netinet/ip_input.c')
| -rw-r--r-- | sys/netinet/ip_input.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/ip_input.c b/sys/netinet/ip_input.c index f139e13c5192..191ffa6621da 100644 --- a/sys/netinet/ip_input.c +++ b/sys/netinet/ip_input.c @@ -31,7 +31,7 @@ * SUCH DAMAGE. * * @(#)ip_input.c 8.2 (Berkeley) 1/4/94 - * $Id: ip_input.c,v 1.39 1996/03/25 17:41:23 phk Exp $ + * $Id: ip_input.c,v 1.40 1996/04/03 13:52:16 phk Exp $ */ #include <sys/param.h> @@ -255,7 +255,7 @@ ip_input(struct mbuf *m) if (ip_fw_chk_ptr && !(*ip_fw_chk_ptr)(&ip, hlen, m->m_pkthdr.rcvif, 0, &m)) - goto bad; + return; /* * Process options and, if not destined for us, |
