mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 22:28:07 +00:00
remove dangerous printf
git-svn-id: svn+ssh://svn.savannah.nongnu.org/linphone/trunk@291 3f6dc0c8-ddfe-455d-9043-3cd528dc4637
This commit is contained in:
parent
d432245a8d
commit
d8af85a430
1 changed files with 1 additions and 1 deletions
|
|
@ -394,7 +394,7 @@ int ice_process_stun_message(RtpSession *session, struct CandidatePair *remote_c
|
|||
{
|
||||
char buf[STUN_MAX_MESSAGE_SIZE];
|
||||
int len = sizeof(buf);
|
||||
ms_error("Wrong MESSAGEINTEGRITY attribute in connectivity check (%s)", msg.messageIntegrity.hash, hmac);
|
||||
ms_error("Wrong MESSAGEINTEGRITY attribute in connectivity check");
|
||||
_ice_createErrorResponse(&resp, 4, 1, "Wrong MESSAGEINTEGRITY attribute");
|
||||
len = stunEncodeMessage(&resp, buf, len, &hmacPassword );
|
||||
if (len)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue