Fix a bug introduced in
https://svnweb.freebsd.org/base?view=revision&revision=272347 MFC after: 3 days
This commit is contained in:
parent
4c3b02bfce
commit
5558cc334d
@ -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;
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user