Skip to content

Commit

Permalink
sctp
Browse files Browse the repository at this point in the history
  • Loading branch information
disa6302 committed Jun 26, 2024
1 parent c5f2a54 commit d4f0a86
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/source/Ice/TurnConnection.c
Original file line number Diff line number Diff line change
Expand Up @@ -1086,7 +1086,6 @@ STATUS checkTurnPeerConnections(PTurnConnection pTurnConnection)
pTurnConnection->pControlChannel, NULL, FALSE);
}
}
DLOGI("Send Status set to : 0x%08x", sendStatus);
CHK_STATUS(turnConnectionRefreshAllocation(pTurnConnection));

CleanUp:
Expand Down
1 change: 0 additions & 1 deletion src/source/Sctp/Sctp.c
Original file line number Diff line number Diff line change
Expand Up @@ -369,6 +369,5 @@ INT32 onSctpInboundPacket(struct socket* sock, union sctp_sockstore addr, PVOID
if (STATUS_FAILED(retStatus)) {
return -1;
}

return 1;
}
2 changes: 1 addition & 1 deletion src/source/Signaling/LwsApiCalls.c
Original file line number Diff line number Diff line change
Expand Up @@ -1495,8 +1495,8 @@ STATUS joinStorageSessionLws(PSignalingClient pSignalingClient, UINT64 time)
UINT32 resultLen;

UNUSED_PARAM(pResponseStr);
UNUSED_PARAM(pLwsCallInfo);
UNUSED_PARAM(resultLen);

CHK(pSignalingClient != NULL, STATUS_NULL_ARG);
CHK(pSignalingClient->channelEndpointWebrtc[0] != '\0', STATUS_INTERNAL_ERROR);

Expand Down

0 comments on commit d4f0a86

Please sign in to comment.