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;
_______________________________________________
[email protected] mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"