[BACK]Return to ip6_input.c CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / netinet6

Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.

Diff for /src/sys/netinet6/ip6_input.c between version 1.98.2.5 and 1.98.2.6

version 1.98.2.5, 2007/08/20 21:28:05 version 1.98.2.6, 2007/10/09 13:44:55
Line 810  ip6_input(struct mbuf *m)
Line 810  ip6_input(struct mbuf *m)
                         /* XXX error stat??? */                          /* XXX error stat??? */
                         error = EINVAL;                          error = EINVAL;
                         DPRINTF(("ip6_input: no SP, packet discarded\n"));/*XXX*/                          DPRINTF(("ip6_input: no SP, packet discarded\n"));/*XXX*/
                         goto bad;  
                 }                  }
                 splx(s);                  splx(s);
                 if (error)                  if (error)

Legend:
Removed from v.1.98.2.5  
changed lines
  Added in v.1.98.2.6

CVSweb <webmaster@jp.NetBSD.org>