svn commit: r234997 - head/lib/libc/net

Michael Tuexen tuexen at FreeBSD.org
Fri May 4 10:26:50 UTC 2012


Author: tuexen
Date: Fri May  4 10:26:50 2012
New Revision: 234997
URL: http://svn.freebsd.org/changeset/base/234997

Log:
  Remove debug output.
  
  MFC after: 3 days

Modified:
  head/lib/libc/net/sctp_sys_calls.c

Modified: head/lib/libc/net/sctp_sys_calls.c
==============================================================================
--- head/lib/libc/net/sctp_sys_calls.c	Fri May  4 10:06:08 2012	(r234996)
+++ head/lib/libc/net/sctp_sys_calls.c	Fri May  4 10:26:50 2012	(r234997)
@@ -800,7 +800,6 @@ continue_send:
 	}
 	sinfo->sinfo_assoc_id = sctp_getassocid(sd, addrs);
 	if (sinfo->sinfo_assoc_id == 0) {
-		printf("Huh, can't get associd? TSNH!\n");
 		(void)setsockopt(sd, IPPROTO_SCTP, SCTP_CONNECT_X_COMPLETE, (void *)addrs,
 		    (socklen_t) addrs->sa_len);
 		errno = ENOENT;


More information about the svn-src-head mailing list