summaryrefslogtreecommitdiffstats
path: root/sys/netinet/sctputil.c
diff options
context:
space:
mode:
authortuexen <tuexen@FreeBSD.org>2012-05-06 11:37:41 +0000
committertuexen <tuexen@FreeBSD.org>2012-05-06 11:37:41 +0000
commit189b3357e63a1734d138d1cc06367f0f70140cd2 (patch)
tree42a1bd6833dfefa68e0b3f4be72d410c50307a17 /sys/netinet/sctputil.c
parent3d44dd0fea21a2108201e4e627a1ebb119cebdd4 (diff)
downloadFreeBSD-src-189b3357e63a1734d138d1cc06367f0f70140cd2.zip
FreeBSD-src-189b3357e63a1734d138d1cc06367f0f70140cd2.tar.gz
Remove debug code.
MFC after: 3 days
Diffstat (limited to 'sys/netinet/sctputil.c')
-rw-r--r--sys/netinet/sctputil.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/netinet/sctputil.c b/sys/netinet/sctputil.c
index a2ed3d1..118b7e6 100644
--- a/sys/netinet/sctputil.c
+++ b/sys/netinet/sctputil.c
@@ -3881,9 +3881,6 @@ sctp_abort_an_association(struct sctp_inpcb *inp, struct sctp_tcb *stcb,
if ((inp->sctp_flags & SCTP_PCB_FLAGS_SOCKET_GONE) == 0)
sctp_abort_notification(stcb, error, so_locked);
/* notify the peer */
-#if defined(SCTP_PANIC_ON_ABORT)
- panic("aborting an association");
-#endif
sctp_send_abort_tcb(stcb, op_err, so_locked);
SCTP_STAT_INCR_COUNTER32(sctps_aborted);
if ((SCTP_GET_STATE(&stcb->asoc) == SCTP_STATE_OPEN) ||
OpenPOWER on IntegriCloud