Author: bz
Date: Wed Aug 29 12:44:13 2012
New Revision: 239823
URL: http://svn.freebsd.org/changeset/base/239823

Log:
  MFC r238878:
  
    For consistency put the IPsec comment iside the #fidef section.

Modified:
  stable/9/sys/netinet6/ip6_output.c
Directory Properties:
  stable/9/sys/   (props changed)

Modified: stable/9/sys/netinet6/ip6_output.c
==============================================================================
--- stable/9/sys/netinet6/ip6_output.c  Wed Aug 29 12:35:50 2012        
(r239822)
+++ stable/9/sys/netinet6/ip6_output.c  Wed Aug 29 12:44:13 2012        
(r239823)
@@ -292,11 +292,11 @@ ip6_output(struct mbuf *m0, struct ip6_p
                MAKE_EXTHDR(opt->ip6po_dest2, &exthdrs.ip6e_dest2);
        }
 
+#ifdef IPSEC
        /*
         * IPSec checking which handles several cases.
         * FAST IPSEC: We re-injected the packet.
         */
-#ifdef IPSEC
        switch(ip6_ipsec_output(&m, inp, &flags, &error, &ifp, &sp))
        {
        case 1:                 /* Bad packet */
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to