FS-6544 fix return type

This commit is contained in:
Seven Du 2016-02-06 17:01:32 +08:00
parent 34f02b1c0e
commit f04a935ff9

View File

@ -9587,7 +9587,7 @@ SWITCH_DECLARE(switch_bool_t) switch_core_media_check_udptl_mode(switch_core_ses
switch_assert(session); switch_assert(session);
if (!(smh = session->media_handle)) { if (!(smh = session->media_handle)) {
return SWITCH_STATUS_FALSE; return SWITCH_FALSE;
} }
if (switch_rtp_ready(smh->engines[type].rtp_session)) { if (switch_rtp_ready(smh->engines[type].rtp_session)) {