On 22 Aug 2014, at 21:49, Andrey Chernov <[email protected]> wrote: > On 22.08.2014 23:37, Michael Tuexen wrote: >> Modified: stable/10/sys/netinet/sctp_sysctl.c >> ============================================================================== >> --- stable/10/sys/netinet/sctp_sysctl.c Fri Aug 22 19:23:38 2014 >> (r270349) >> +++ stable/10/sys/netinet/sctp_sysctl.c Fri Aug 22 19:37:50 2014 >> (r270350) >> @@ -49,6 +49,7 @@ __FBSDID("$FreeBSD$"); >> void >> sctp_init_sysctls() >> { >> + printf("sctp_init_sysctls().\n"); >> SCTP_BASE_SYSCTL(sctp_sendspace) = SCTPCTL_MAXDGRAM_DEFAULT; >> SCTP_BASE_SYSCTL(sctp_recvspace) = SCTPCTL_RECVSPACE_DEFAULT; > > Pure not ifdefed printf? Upps. That was debug output which was not intended to be committed. I took it out in http://svnweb.freebsd.org/changeset/base/270381
Thanks for pointing out! Best regards Michael > > -- > http://ache.vniz.net/ > > _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "[email protected]"
