forked from Mirrors/freeswitch
FS-6544 fix return type
This commit is contained in:
parent
34f02b1c0e
commit
f04a935ff9
|
@ -9587,7 +9587,7 @@ SWITCH_DECLARE(switch_bool_t) switch_core_media_check_udptl_mode(switch_core_ses
|
|||
switch_assert(session);
|
||||
|
||||
if (!(smh = session->media_handle)) {
|
||||
return SWITCH_STATUS_FALSE;
|
||||
return SWITCH_FALSE;
|
||||
}
|
||||
|
||||
if (switch_rtp_ready(smh->engines[type].rtp_session)) {
|
||||
|
|
Loading…
Reference in New Issue