File tree Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Expand file tree Collapse file tree 2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 34
34
35
35
#ifdef __FreeBSD__
36
36
#include <sys/cdefs.h>
37
- __FBSDID ("$FreeBSD: head/sys/netinet/sctp_output.c 349999 2019-07-15 14:54:04Z tuexen $" );
37
+ __FBSDID ("$FreeBSD: head/sys/netinet/sctp_output.c 350254 2019-07-23 18:31:07Z tuexen $" );
38
38
#endif
39
39
40
40
#include <netinet/sctp_os.h>
@@ -14507,10 +14507,10 @@ sctp_lower_sosend(struct socket *so,
14507
14507
stcb ,
14508
14508
SCTP_OUTPUT_FROM_USR_SEND , SCTP_SO_LOCKED );
14509
14509
}
14510
- if ( hold_tcblock == 1 ) {
14511
- SCTP_TCB_UNLOCK ( stcb );
14512
- hold_tcblock = 0 ;
14513
- }
14510
+ }
14511
+ if ( hold_tcblock == 1 ) {
14512
+ SCTP_TCB_UNLOCK ( stcb ) ;
14513
+ hold_tcblock = 0 ;
14514
14514
}
14515
14515
SOCKBUF_LOCK (& so -> so_snd );
14516
14516
/*-
Original file line number Diff line number Diff line change 34
34
35
35
#ifdef __FreeBSD__
36
36
#include <sys/cdefs.h>
37
- __FBSDID ("$FreeBSD: head/sys/netinet/sctp_usrreq.c 349986 2019-07-14 12:04:39Z tuexen $" );
37
+ __FBSDID ("$FreeBSD: head/sys/netinet/sctp_usrreq.c 350248 2019-07-23 18:07:36Z tuexen $" );
38
38
#endif
39
39
40
40
#include <netinet/sctp_os.h>
@@ -1420,9 +1420,9 @@ sctp_shutdown(struct socket *so)
1420
1420
abort_anyway :
1421
1421
op_err = sctp_generate_cause (SCTP_CAUSE_USER_INITIATED_ABT , "" );
1422
1422
stcb -> sctp_ep -> last_abort_code = SCTP_FROM_SCTP_USRREQ + SCTP_LOC_6 ;
1423
+ SCTP_INP_RUNLOCK (inp );
1423
1424
sctp_abort_an_association (stcb -> sctp_ep , stcb ,
1424
1425
op_err , SCTP_SO_LOCKED );
1425
- SCTP_INP_RUNLOCK (inp );
1426
1426
return (0 );
1427
1427
}
1428
1428
}
You can’t perform that action at this time.
0 commit comments