Author: tuexen
Date: Sun Aug 16 13:31:14 2020
New Revision: 364270
URL: https://svnweb.freebsd.org/changeset/base/364270

Log:
  Remove a line which is needed and was added in
  https://svnweb.freebsd.org/changeset/base/364268
  
  MFC after:            3 days

Modified:
  head/sys/netinet/sctp_usrreq.c

Modified: head/sys/netinet/sctp_usrreq.c
==============================================================================
--- head/sys/netinet/sctp_usrreq.c      Sun Aug 16 12:59:43 2020        
(r364269)
+++ head/sys/netinet/sctp_usrreq.c      Sun Aug 16 13:31:14 2020        
(r364270)
@@ -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);
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to