FS-3858 --resolve there we go that's the detail we needed

This commit is contained in:
Anthony Minessale 2012-02-03 11:21:40 -06:00
parent 32c73c0825
commit 451e3eaa1f

View 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;