Fix a bug introduced in

https://svnweb.freebsd.org/base?view=revision&revision=272347

MFC after: 3 days
This commit is contained in:
Michael Tuexen 2014-10-07 16:01:17 +00:00
parent 4c3b02bfce
commit 5558cc334d

View File

@ -265,7 +265,7 @@ udp6_input(struct mbuf **mp, int *offp, int proto)
if (uh_sum != 0) {
UDPSTAT_INC(udps_badsum);
/*goto badunlocked;*/
goto badunlocked;
}
/*