Author: tuexen
Date: Mon May 18 18:42:43 2020
New Revision: 361224
URL: https://svnweb.freebsd.org/changeset/base/361224

Log:
  Cleanup, no functional change intended.
  
  MFC after:            3 days

Modified:
  head/sys/netinet/sctp_pcb.c

Modified: head/sys/netinet/sctp_pcb.c
==============================================================================
--- head/sys/netinet/sctp_pcb.c Mon May 18 18:36:32 2020        (r361223)
+++ head/sys/netinet/sctp_pcb.c Mon May 18 18:42:43 2020        (r361224)
@@ -5203,16 +5203,12 @@ sctp_free_assoc(struct sctp_inpcb *inp, struct sctp_tc
                            SCTP_FREE_SHOULD_USE_GRACEFUL_CLOSE,
                            SCTP_CALLED_DIRECTLY_NOCMPSET);
                        SCTP_INP_DECR_REF(inp);
-                       goto out_of;
                } else {
                        /* The socket is still open. */
                        SCTP_INP_DECR_REF(inp);
+                       SCTP_INP_RUNLOCK(inp);
                }
        }
-       if (from_inpcbfree == SCTP_NORMAL_PROC) {
-               SCTP_INP_RUNLOCK(inp);
-       }
-out_of:
        /* destroyed the asoc */
 #ifdef SCTP_LOG_CLOSING
        sctp_log_closing(inp, NULL, 11);
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"

Reply via email to