diff options
author | rrs <rrs@FreeBSD.org> | 2008-07-29 09:06:35 +0000 |
---|---|---|
committer | rrs <rrs@FreeBSD.org> | 2008-07-29 09:06:35 +0000 |
commit | e10e4b9d41ef0a09a90aebbdd42fd917eae8240e (patch) | |
tree | a24bf26503228b657d98deb65390dd9a331ec8fd /sys/netinet/sctp_timer.c | |
parent | ec0068765f7827ba2ef74697759cbdc14b763e01 (diff) | |
download | FreeBSD-src-e10e4b9d41ef0a09a90aebbdd42fd917eae8240e.zip FreeBSD-src-e10e4b9d41ef0a09a90aebbdd42fd917eae8240e.tar.gz |
- Out with some printfs.
- Fix a initialization of last_tsn_used
- Fix handling of mapped IPv4 addresses
Obtained from: Michael Tuexen and I :-)
MFC after: 1 week
Diffstat (limited to 'sys/netinet/sctp_timer.c')
-rw-r--r-- | sys/netinet/sctp_timer.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/netinet/sctp_timer.c b/sys/netinet/sctp_timer.c index c3cf1df..a095c4e 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); } |