Fix indentation; add FALLTHROUGH.

Thanks Max!
This commit is contained in:
adrian 2009-01-09 17:21:22 +00:00
parent 24f22ace02
commit 2b9fd92371

View File

@ -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: