mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 21:28:08 +00:00
add missing error-code parameter
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@286 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
6995742be0
commit
277898acf6
1 changed files with 1 additions and 0 deletions
|
|
@ -244,6 +244,7 @@ _ice_createErrorResponse(StunMessage *response, int cl, int number, const char*
|
|||
response->errorCode.errorClass = cl;
|
||||
response->errorCode.number = number;
|
||||
strcpy(response->errorCode.reason, msg);
|
||||
response->errorCode.sizeReason = strlen(msg);
|
||||
}
|
||||
|
||||
int ice_process_stun_message(RtpSession *session, struct CandidatePair *remote_candidates, OrtpEvent *evt)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue