mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-18 10:35:55 +00:00
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
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=272706
@ -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