Add missing break; in r223593.

Submitted by:	sem
Pointy hat to:	glebius
Approved by:	re (kib)
This commit is contained in:
Gleb Smirnoff 2011-08-01 13:41:38 +00:00
parent c94a66f8ae
commit 217e3abc03

View File

@ -410,6 +410,7 @@ div_output(struct socket *so, struct mbuf *m, struct sockaddr_in *sin,
}
ip6->ip6_plen = ntohs(ip6->ip6_plen);
break;
}
#endif
default: