mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-28 11:57:28 +00:00
Fix indentation; add FALLTHROUGH.
Thanks Max!
This commit is contained in:
parent
4f2e6bfdd8
commit
cef2729493
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=186961
@ -876,9 +876,10 @@ ip_ctloutput(struct socket *so, struct sockopt *sopt)
|
||||
#if defined(IP_NONLOCALBIND)
|
||||
case IP_NONLOCALOK:
|
||||
if (! ip_nonlocalok) {
|
||||
error = ENOPROTOOPT;
|
||||
break;
|
||||
}
|
||||
error = ENOPROTOOPT;
|
||||
break;
|
||||
}
|
||||
/* FALLTHROUGH */
|
||||
#endif
|
||||
case IP_TOS:
|
||||
case IP_TTL:
|
||||
|
Loading…
Reference in New Issue
Block a user