mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 16:39:14 +00:00
FS-8054 #resolve #comment [mod_rayo] fix warning when building on Debian.
This commit is contained in:
parent
451b6e393d
commit
03219436d5
@ -3818,7 +3818,7 @@ static switch_status_t rayo_call_on_read_frame(switch_core_session_t *session, s
|
|||||||
*/
|
*/
|
||||||
static int should_offer_to_client(struct rayo_client *rclient, char **offer_filters, int offer_filter_count)
|
static int should_offer_to_client(struct rayo_client *rclient, char **offer_filters, int offer_filter_count)
|
||||||
{
|
{
|
||||||
if (!rclient->availability == PS_ONLINE) {
|
if (rclient->availability != PS_ONLINE) {
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user