diff options
author | tuexen <tuexen@FreeBSD.org> | 2012-05-04 10:26:50 +0000 |
---|---|---|
committer | tuexen <tuexen@FreeBSD.org> | 2012-05-04 10:26:50 +0000 |
commit | 6254db119165c3b3fe82b4e9345de0de255bf7b5 (patch) | |
tree | 28aa32e27b7981aa14c9c3f6c36bf92ab5ddb517 /lib | |
parent | 2ff0fa9520e5e0d9d6d9b1acac2ff82ae026c5c9 (diff) | |
download | FreeBSD-src-6254db119165c3b3fe82b4e9345de0de255bf7b5.zip FreeBSD-src-6254db119165c3b3fe82b4e9345de0de255bf7b5.tar.gz |
Remove debug output.
MFC after: 3 days
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/net/sctp_sys_calls.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/libc/net/sctp_sys_calls.c b/lib/libc/net/sctp_sys_calls.c index e9c9d64..74ff04a 100644 --- a/lib/libc/net/sctp_sys_calls.c +++ b/lib/libc/net/sctp_sys_calls.c @@ -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; |