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:
parent
c94a66f8ae
commit
217e3abc03
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=224575
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user