]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-3858 --resolve there we go that's the detail we needed
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 3 Feb 2012 17:21:40 +0000 (11:21 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 3 Feb 2012 17:21:40 +0000 (11:21 -0600)
src/switch_core_media_bug.c

index cffeb0e2b9f74935f62ef51006eaacff6d721ab2..b8e84661a0428f4c2f7fb754aa0cf97fda288fcf 100644 (file)
@@ -332,7 +332,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_media_bug_read(switch_media_bug_t *b
        }
 
        if (fill_read || fill_write) {
-               return SWITCH_STATUS_FALSE;
+               return SWITCH_STATUS_BREAK;
        }
 
        return SWITCH_STATUS_SUCCESS;