PERFORCE change 130668 for review

Kip Macy kmacy at FreeBSD.org
Tue Dec 11 21:15:51 PST 2007


http://perforce.freebsd.org/chv.cgi?CH=130668

Change 130668 by kmacy at kmacy:storage:toehead on 2007/12/12 05:14:54

	remove debug printf

Affected files ...

.. //depot/projects/toehead/sys/netinet/tcp_ofld.h#2 edit

Differences ...

==== //depot/projects/toehead/sys/netinet/tcp_ofld.h#2 (text+ko) ====

@@ -26,9 +26,6 @@
 	
 	if (!SO_OFFLOADABLE(so) || (error = ofld_connect(so, nam)) != 0)
 		error = tcp_output(tp);
-	else	
-		printf("connection offloaded\n");
-	
 	
 	return (error);
 }


More information about the p4-projects mailing list