mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
Delete duplicate break.
This commit is contained in:
parent
3c7ccf15c7
commit
67af525c55
1 changed files with 0 additions and 2 deletions
|
|
@ -3422,8 +3422,6 @@ iflib_if_ioctl(if_t ifp, u_long command, caddr_t data)
|
|||
ctx->ifc_if_flags = if_getflags(ifp);
|
||||
CTX_UNLOCK(ctx);
|
||||
break;
|
||||
|
||||
break;
|
||||
case SIOCADDMULTI:
|
||||
case SIOCDELMULTI:
|
||||
if (if_getdrvflags(ifp) & IFF_DRV_RUNNING) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue