Skip to content

Commit

Permalink
sctp unused
Browse files Browse the repository at this point in the history
  • Loading branch information
disa6302 committed Jun 25, 2024
1 parent 15204ce commit 6cd6c3d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/source/Sctp/Sctp.c
Original file line number Diff line number Diff line change
Expand Up @@ -366,5 +366,9 @@ INT32 onSctpInboundPacket(struct socket* sock, union sctp_sockstore addr, PVOID
free(data);
}

if (STATUS_FAILED(retStatus)) {
return -1;
}

return 1;
}

0 comments on commit 6cd6c3d

Please sign in to comment.