]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-6544 fix return type
authorSeven Du <dujinfang@gmail.com>
Sat, 6 Feb 2016 09:01:32 +0000 (17:01 +0800)
committerSeven Du <dujinfang@gmail.com>
Sat, 6 Feb 2016 09:01:32 +0000 (17:01 +0800)
src/switch_core_media.c

index a18b493929a25bdedd4921b7ac6f73d046550a34..81a1d3fe5bf5b8fd5f6c6c77d7af6fbec2074585 100644 (file)
@@ -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)) {