summaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_timer.c
diff options
context:
space:
mode:
authorRandall Stewart <rrs@FreeBSD.org>2008-07-29 09:06:35 +0000
committerRandall Stewart <rrs@FreeBSD.org>2008-07-29 09:06:35 +0000
commitd6af161a344d22e8cf5b33f84941afab682ba816 (patch)
treea24bf26503228b657d98deb65390dd9a331ec8fd /sys/netinet/sctp_timer.c
parentcde25118022cb03c8fc776c72c8021d2f10d497b (diff)
downloadsrc-test2-d6af161a344d22e8cf5b33f84941afab682ba816.tar.gz
src-test2-d6af161a344d22e8cf5b33f84941afab682ba816.zip
Notes
Diffstat (limited to 'sys/netinet/sctp_timer.c')
-rw-r--r--sys/netinet/sctp_timer.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/netinet/sctp_timer.c b/sys/netinet/sctp_timer.c
index c3cf1df55175..a095c4ee94b9 100644
--- a/sys/netinet/sctp_timer.c
+++ b/sys/netinet/sctp_timer.c
@@ -284,9 +284,6 @@ sctp_threshold_management(struct sctp_inpcb *inp, struct sctp_tcb *stcb,
*ippp = htonl(SCTP_FROM_SCTP_TIMER + SCTP_LOC_1);
}
inp->last_abort_code = SCTP_FROM_SCTP_TIMER + SCTP_LOC_1;
- printf("Aborting association threshold:%d overall error count:%d\n",
- threshold,
- stcb->asoc.overall_error_count);
sctp_abort_an_association(inp, stcb, SCTP_FAILED_THRESHOLD, oper, SCTP_SO_NOT_LOCKED);
return (1);
}