Skip to content

Commit df6f764

Browse files
committed
Change unused data transfer mode parameter value to NULL
1 parent 06c0030 commit df6f764

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/source/Ice/IceAgent.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1916,7 +1916,7 @@ STATUS iceAgentInitRelayCandidate(PIceAgent pIceAgent, UINT32 iceServerIndex, KV
19161916
callback.turnStateFailedFn = turnStateFailedFn;
19171917

19181918
CHK_STATUS(createTurnConnection(&pIceAgent->iceServers[iceServerIndex], pIceAgent->timerQueueHandle,
1919-
TURN_CONNECTION_DATA_TRANSFER_MODE_SEND_INDIDATION, protocol, &callback, pNewCandidate->pSocketConnection,
1919+
NULL, protocol, &callback, pNewCandidate->pSocketConnection,
19201920
pIceAgent->pConnectionListener, &pTurnConnection));
19211921
pNewCandidate->pIceAgent = pIceAgent;
19221922
pNewCandidate->pTurnConnection = pTurnConnection;

0 commit comments

Comments
 (0)