Author: sbruno
Date: Sat Feb  4 18:25:09 2017
New Revision: 313248
URL: https://svnweb.freebsd.org/changeset/base/313248

Log:
  Delete duplicate break.

Modified:
  head/sys/net/iflib.c

Modified: head/sys/net/iflib.c
==============================================================================
--- head/sys/net/iflib.c        Sat Feb  4 18:20:07 2017        (r313247)
+++ head/sys/net/iflib.c        Sat Feb  4 18:25:09 2017        (r313248)
@@ -3422,8 +3422,6 @@ iflib_if_ioctl(if_t ifp, u_long command,
                ctx->ifc_if_flags = if_getflags(ifp);
                CTX_UNLOCK(ctx);
                break;
-
-               break;
        case SIOCADDMULTI:
        case SIOCDELMULTI:
                if (if_getdrvflags(ifp) & IFF_DRV_RUNNING) {
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to