Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 1 Aug 2011 13:41:38 +0000 (UTC)
From:      Gleb Smirnoff <glebius@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r224575 - head/sys/netinet
Message-ID:  <201108011341.p71DfcFs099207@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: glebius
Date: Mon Aug  1 13:41:38 2011
New Revision: 224575
URL: http://svn.freebsd.org/changeset/base/224575

Log:
  Add missing break; in r223593.
  
  Submitted by:	sem
  Pointy hat to:	glebius
  Approved by:	re (kib)

Modified:
  head/sys/netinet/ip_divert.c

Modified: head/sys/netinet/ip_divert.c
==============================================================================
--- head/sys/netinet/ip_divert.c	Mon Aug  1 13:40:48 2011	(r224574)
+++ head/sys/netinet/ip_divert.c	Mon Aug  1 13:41:38 2011	(r224575)
@@ -410,6 +410,7 @@ div_output(struct socket *so, struct mbu
 			}
 
 			ip6->ip6_plen = ntohs(ip6->ip6_plen);
+			break;
 		    }
 #endif
 		default:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201108011341.p71DfcFs099207>