Fix indentation; add FALLTHROUGH.
Thanks Max!
This commit is contained in:
parent
4f2e6bfdd8
commit
cef2729493
@ -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