diff options
author | delphij <delphij@FreeBSD.org> | 2007-07-05 16:29:40 +0000 |
---|---|---|
committer | delphij <delphij@FreeBSD.org> | 2007-07-05 16:29:40 +0000 |
commit | 42fe5e7f836765d5e16a16ae1d90eb6a6e034549 (patch) | |
tree | 0d5c02eb5ad8b661ab1f502bb251562a254ddc3d /sys/netinet6/ip6_input.c | |
parent | e6f8b0995d59e493018009921005c7f50759dc53 (diff) | |
download | FreeBSD-src-42fe5e7f836765d5e16a16ae1d90eb6a6e034549.zip FreeBSD-src-42fe5e7f836765d5e16a16ae1d90eb6a6e034549.tar.gz |
Space cleanup
Approved by: re (rwatson)
Diffstat (limited to 'sys/netinet6/ip6_input.c')
-rw-r--r-- | sys/netinet6/ip6_input.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/ip6_input.c b/sys/netinet6/ip6_input.c index 7367a51..eb78657 100644 --- a/sys/netinet6/ip6_input.c +++ b/sys/netinet6/ip6_input.c @@ -432,7 +432,7 @@ passin: * Multicast check */ if (IN6_IS_ADDR_MULTICAST(&ip6->ip6_dst)) { - struct in6_multi *in6m = 0; + struct in6_multi *in6m = 0; in6_ifstat_inc(m->m_pkthdr.rcvif, ifs6_in_mcast); /* @@ -1242,7 +1242,7 @@ ip6_savecontrol(struct inpcb *in6p, struct mbuf *m, struct mbuf **mp) default: /* - * other cases have been filtered in the above. + * other cases have been filtered in the above. * none will visit this case. here we supply * the code just in case (nxt overwritten or * other cases). |