Date: Sun, 31 May 2015 13:07:22 +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-10@freebsd.org Subject: svn commit: r283830 - stable/10/sys/netinet Message-ID: <201505311307.t4VD7Mou032146@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: tuexen Date: Sun May 31 13:07:22 2015 New Revision: 283830 URL: https://svnweb.freebsd.org/changeset/base/283830 Log: MFC r283691: Remove printf() noise... Modified: stable/10/sys/netinet/sctp_output.c Directory Properties: stable/10/ (props changed) Modified: stable/10/sys/netinet/sctp_output.c ============================================================================== --- stable/10/sys/netinet/sctp_output.c Sun May 31 13:04:38 2015 (r283829) +++ stable/10/sys/netinet/sctp_output.c Sun May 31 13:07:22 2015 (r283830) @@ -3160,8 +3160,6 @@ again_with_private_addresses_allowed: sifa = NULL; continue; } - } else { - SCTP_PRINTF("Stcb is null - no print\n"); } atomic_add_int(&sifa->refcount, 1); goto out;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201505311307.t4VD7Mou032146>