mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-14 08:05:37 +00:00
[core] scan-build: audio_bridge_thread() - Dead assignment
This commit is contained in:
parent
ed991ef153
commit
459627dee2
@ -670,7 +670,6 @@ static void *audio_bridge_thread(switch_thread_t *thread, void *obj)
|
||||
} else {
|
||||
switch_ivr_3p_nomedia(switch_core_session_get_uuid(session_a), SMF_REBRIDGE);
|
||||
}
|
||||
bypass_media_after_bridge = 0;
|
||||
switch_channel_clear_flag(chan_b, CF_BYPASS_MEDIA_AFTER_BRIDGE);
|
||||
goto end_of_bridge_loop;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user