From aaaf794d6daff8f3a4cc371aa97e6c3dc770f7d1 Mon Sep 17 00:00:00 2001 From: tuexen Date: Thu, 16 Oct 2014 15:36:04 +0000 Subject: Fix the reported streams in a SCTP_STREAM_RESET_EVENT, if a sent incoming stream reset request was responded with failed or denied. Thanks to Peter Bostroem from Google for reporting the issue. MFC after: 3 days --- sys/netinet/sctp_input.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/netinet/sctp_input.h') diff --git a/sys/netinet/sctp_input.h b/sys/netinet/sctp_input.h index 9520803..0c3f8a5 100644 --- a/sys/netinet/sctp_input.h +++ b/sys/netinet/sctp_input.h @@ -48,7 +48,7 @@ sctp_common_input_processing(struct mbuf **, int, int, int, uint8_t, uint32_t, uint32_t, uint16_t); -struct sctp_stream_reset_out_request * +struct sctp_stream_reset_request * sctp_find_stream_reset(struct sctp_tcb *stcb, uint32_t seq, struct sctp_tmit_chunk **bchk); -- cgit v1.1