Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 20 Sep 2006 22:29:15 GMT
From:      Paolo Pisati <piso@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 106425 for review
Message-ID:  <200609202229.k8KMTFdD095607@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=106425

Change 106425 by piso@piso_newluxor on 2006/09/20 22:28:58

	Axe a debug printf.

Affected files ...

.. //depot/projects/soc2005/libalias/sys/netinet/ip_fw2.c#15 edit

Differences ...

==== //depot/projects/soc2005/libalias/sys/netinet/ip_fw2.c#15 (text+ko) ====

@@ -4658,7 +4658,6 @@
 		int sof_spool = sizeof(struct cfg_spool);
 		int nat_cnt = 0, off = sizeof(nat_cnt);
 		
-		printf("NAT_GET_CONFIG\n");
 		data = malloc(NAT_BUF_LEN, M_IPFW, M_NOWAIT | M_ZERO);
 		if (data == NULL)
 			return (ENOSPC);



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