socsvn commit: r273168 - soc2014/dpl/netmap-ipfwjit/sys/netpfil/ipfw

dpl at FreeBSD.org dpl at FreeBSD.org
Tue Aug 26 14:43:47 UTC 2014


Author: dpl
Date: Tue Aug 26 14:43:46 2014
New Revision: 273168
URL: http://svnweb.FreeBSD.org/socsvn/?view=rev&rev=273168

Log:
  Take out printing code

Modified:
  soc2014/dpl/netmap-ipfwjit/sys/netpfil/ipfw/ip_fw2.c

Modified: soc2014/dpl/netmap-ipfwjit/sys/netpfil/ipfw/ip_fw2.c
==============================================================================
--- soc2014/dpl/netmap-ipfwjit/sys/netpfil/ipfw/ip_fw2.c	Tue Aug 26 14:43:02 2014	(r273167)
+++ soc2014/dpl/netmap-ipfwjit/sys/netpfil/ipfw/ip_fw2.c	Tue Aug 26 14:43:46 2014	(r273168)
@@ -279,7 +279,6 @@
 			IPFW_PF_RUNLOCK(chain);
 			return (IP_FW_PASS);	/* accept */
 		}
-		printf("\nAbout to compile!\n");
 		compiledfuncptr = compile_code(args, chain);
 		IPFW_PF_RUNLOCK(chain);
 	} else


More information about the svn-soc-all mailing list