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 retrieving revision 1.90.2.2 retrieving revision 1.90.2.3 diff -u -p -r1.90.2.2 -r1.90.2.3 --- src/sys/netinet6/ip6_input.c 2007/05/24 19:13:15 1.90.2.2 +++ src/sys/netinet6/ip6_input.c 2007/09/16 15:34:59 1.90.2.3 @@ -1,4 +1,4 @@ -/* $NetBSD: ip6_input.c,v 1.90.2.2 2007/05/24 19:13:15 pavel Exp $ */ +/* $NetBSD: ip6_input.c,v 1.90.2.3 2007/09/16 15:34:59 xtraeme 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.90.2.2 2007/05/24 19:13:15 pavel Exp $"); +__KERNEL_RCSID(0, "$NetBSD: ip6_input.c,v 1.90.2.3 2007/09/16 15:34:59 xtraeme Exp $"); #include "opt_inet.h" #include "opt_inet6.h" @@ -802,7 +802,6 @@ ip6_input(m) /* XXX error stat??? */ error = EINVAL; DPRINTF(("ip6_input: no SP, packet discarded\n"));/*XXX*/ - goto bad; } splx(s); if (error)