Fix indentation; add FALLTHROUGH.

Thanks Max!
This commit is contained in:
Adrian Chadd 2009-01-09 17:21:22 +00:00
parent 4f2e6bfdd8
commit cef2729493
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=186961

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: