svn commit: r235166 - stable/9/lib/libc/net
Michael Tuexen
tuexen at FreeBSD.org
Wed May 9 13:52:24 UTC 2012
Author: tuexen
Date: Wed May 9 13:52:24 2012
New Revision: 235166
URL: http://svn.freebsd.org/changeset/base/235166
Log:
MFC r234997:
Remove debug output.
Modified:
stable/9/lib/libc/net/sctp_sys_calls.c
Directory Properties:
stable/9/lib/libc/ (props changed)
Modified: stable/9/lib/libc/net/sctp_sys_calls.c
==============================================================================
--- stable/9/lib/libc/net/sctp_sys_calls.c Wed May 9 13:47:21 2012 (r235165)
+++ stable/9/lib/libc/net/sctp_sys_calls.c Wed May 9 13:52:24 2012 (r235166)
@@ -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-stable-9
mailing list