Purge two redundant case labels.

This commit is contained in:
Bruce M Simpson 2007-03-23 09:43:36 +00:00
parent 1247688a3e
commit 73ec8173eb

View File

@ -1101,8 +1101,6 @@ ip_ctloutput(so, sopt)
case IP_MULTICAST_VIF:
case IP_MULTICAST_TTL:
case IP_MULTICAST_LOOP:
case IP_ADD_MEMBERSHIP:
case IP_DROP_MEMBERSHIP:
error = ip_getmoptions(inp, sopt);
break;