aboutsummaryrefslogtreecommitdiff
path: root/sys/netinet/sctp_timer.c
diff options
context:
space:
mode:
authorRandall Stewart <rrs@FreeBSD.org>2008-08-27 12:49:55 +0000
committerRandall Stewart <rrs@FreeBSD.org>2008-08-27 12:49:55 +0000
commitb4698d0ddf018dec2ed34115c6d34c8a7b91feb9 (patch)
tree41a20d70bc6662b1500b73e97e346e18106d2436 /sys/netinet/sctp_timer.c
parent81415627e7ac7f35e1b24d569ad2761f784ff2da (diff)
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);
}