Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 May 2012 13:52:24 +0000 (UTC)
From:      Michael Tuexen <tuexen@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-9@freebsd.org
Subject:   svn commit: r235166 - stable/9/lib/libc/net
Message-ID:  <201205091352.q49DqOne085766@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
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;



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201205091352.q49DqOne085766>