svn commit: r241076 - stable/9/sys/netipsec

Kevin Lo kevlo at FreeBSD.org
Sun Sep 30 16:21:13 UTC 2012


Author: kevlo
Date: Sun Sep 30 16:21:12 2012
New Revision: 241076
URL: http://svn.freebsd.org/changeset/base/241076

Log:
  MFC r240630:
  Add missing break

Modified:
  stable/9/sys/netipsec/xform_ipip.c
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/netipsec/xform_ipip.c
==============================================================================
--- stable/9/sys/netipsec/xform_ipip.c	Sun Sep 30 16:17:54 2012	(r241075)
+++ stable/9/sys/netipsec/xform_ipip.c	Sun Sep 30 16:21:12 2012	(r241076)
@@ -577,6 +577,7 @@ ipip_output(
 			itos = ntohl(itos32) >> 20;
 
 			ip6o->ip6_nxt = IPPROTO_IPV6;
+			break;
 		}
 		default:
 			goto nofamily;


More information about the svn-src-all mailing list