svn commit: r235185 - stable/8/lib/libc/net
Michael Tuexen
tuexen at FreeBSD.org
Wed May 9 15:00:34 UTC 2012
Author: tuexen
Date: Wed May 9 15:00:33 2012
New Revision: 235185
URL: http://svn.freebsd.org/changeset/base/235185
Log:
MFC r234997:
Remove debug output.
Modified:
stable/8/lib/libc/net/sctp_sys_calls.c
Directory Properties:
stable/8/lib/libc/ (props changed)
Modified: stable/8/lib/libc/net/sctp_sys_calls.c
==============================================================================
--- stable/8/lib/libc/net/sctp_sys_calls.c Wed May 9 14:58:19 2012 (r235184)
+++ stable/8/lib/libc/net/sctp_sys_calls.c Wed May 9 15:00:33 2012 (r235185)
@@ -797,7 +797,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-8
mailing list