Skip to content

Commit

Permalink
Cast resStatus to void in cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
stefankiesz committed Dec 22, 2023
1 parent 1032fca commit 4b8137a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/source/Sctp/Sctp.c
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,8 @@ INT32 onSctpInboundPacket(struct socket* sock, union sctp_sockstore addr, PVOID

CleanUp:

UNUSED_PARAM(retStatus);

/*
* IMPORTANT!!! The allocation is done in the sctp library using default allocator
* so we need to use the default free API.
Expand Down

0 comments on commit 4b8137a

Please sign in to comment.