Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 May 2012 15:00:33 +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-8@freebsd.org
Subject:   svn commit: r235185 - stable/8/lib/libc/net
Message-ID:  <201205091500.q49F0Xiq089001@svn.freebsd.org>

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



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