Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/netinet6/ip6_input.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/netinet6/ip6_input.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.98.2.6 retrieving revision 1.109.8.2 diff -u -p -r1.98.2.6 -r1.109.8.2 --- src/sys/netinet6/ip6_input.c 2007/10/09 13:44:55 1.98.2.6 +++ src/sys/netinet6/ip6_input.c 2007/07/19 20:48:57 1.109.8.2 @@ -1,4 +1,4 @@ -/* $NetBSD: ip6_input.c,v 1.98.2.6 2007/10/09 13:44:55 ad Exp $ */ +/* $NetBSD: ip6_input.c,v 1.109.8.2 2007/07/19 20:48:57 dyoung Exp $ */ /* $KAME: ip6_input.c,v 1.188 2001/03/29 05:34:31 itojun Exp $ */ /* @@ -62,7 +62,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: ip6_input.c,v 1.98.2.6 2007/10/09 13:44:55 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ip6_input.c,v 1.109.8.2 2007/07/19 20:48:57 dyoung Exp $"); #include "opt_inet.h" #include "opt_inet6.h" @@ -810,6 +810,7 @@ ip6_input(struct mbuf *m) /* XXX error stat??? */ error = EINVAL; DPRINTF(("ip6_input: no SP, packet discarded\n"));/*XXX*/ + goto bad; } splx(s); if (error)