mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-06 04:45:30 +00:00
update
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1112 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
3c95e314fc
commit
2947a7e431
@ -487,8 +487,7 @@ static int rtp_common_read(switch_rtp *rtp_session, void *data, int *payload_typ
|
|||||||
"error: srtp unprotection failed with code %d%s\n", stat,
|
"error: srtp unprotection failed with code %d%s\n", stat,
|
||||||
stat == err_status_replay_fail ? " (replay check failed)" :
|
stat == err_status_replay_fail ? " (replay check failed)" :
|
||||||
stat == err_status_auth_fail ? " (auth check failed)" : "");
|
stat == err_status_auth_fail ? " (auth check failed)" : "");
|
||||||
switch_yield(1000);
|
return -1;
|
||||||
continue;
|
|
||||||
}
|
}
|
||||||
bytes = sbytes;
|
bytes = sbytes;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user