From 8ea35f0bb61292e108aac4816b49b6afc3538cd2 Mon Sep 17 00:00:00 2001 From: Michael Tuexen Date: Mon, 31 Jul 2023 17:36:26 +0200 Subject: [PATCH] Fix typo. --- usrsctplib/netinet/sctp_os_userspace.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usrsctplib/netinet/sctp_os_userspace.h b/usrsctplib/netinet/sctp_os_userspace.h index c1889fd14..0434cf0ea 100755 --- a/usrsctplib/netinet/sctp_os_userspace.h +++ b/usrsctplib/netinet/sctp_os_userspace.h @@ -966,7 +966,7 @@ int sctp_userspace_get_mtu_from_ifn(uint32_t if_index); } #define SCTP_SB_DECR(sb, decr) \ { \ - SCTP_SAVE_ATOMIC_DECREMENT(&(sb)->sb_cc, incr); \ + SCTP_SAVE_ATOMIC_DECREMENT(&(sb)->sb_cc, decr); \ } /* clear the socket buffer state */ #define SCTP_SB_CLEAR(sb) \