1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-11 09:50:12 +00:00

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
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=224575

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: