Remove a line which is needed and was added in
https://svnweb.freebsd.org/changeset/base/364268 MFC after: 3 days
This commit is contained in:
parent
1aca650453
commit
d59f3890c3
@ -190,7 +190,6 @@ sctp_notify(struct sctp_inpcb *inp,
|
||||
} else if ((icmp_code == ICMP_UNREACH_PROTOCOL) ||
|
||||
(icmp_code == ICMP_UNREACH_PORT)) {
|
||||
/* Treat it like an ABORT. */
|
||||
SCTP_ADD_SUBSTATE(stcb, SCTP_STATE_WAS_ABORTED);
|
||||
sctp_abort_notification(stcb, 1, 0, NULL, SCTP_SO_NOT_LOCKED);
|
||||
(void)sctp_free_assoc(inp, stcb, SCTP_NORMAL_PROC,
|
||||
SCTP_FROM_SCTP_USRREQ + SCTP_LOC_2);
|
||||
|
Loading…
x
Reference in New Issue
Block a user