mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 16:58:35 +00:00
Remove dead assignment
...now this code needs refactoring.
This commit is contained in:
parent
2ae823fb9f
commit
ae3cf0a1a9
@ -3041,7 +3041,6 @@ SWITCH_DECLARE(uint8_t) switch_core_media_negotiate_sdp(switch_core_session_t *s
|
|||||||
|
|
||||||
if (switch_media_handle_test_media_flag(smh, SCMF_DISABLE_HOLD) ||
|
if (switch_media_handle_test_media_flag(smh, SCMF_DISABLE_HOLD) ||
|
||||||
((val = switch_channel_get_variable(session->channel, "rtp_disable_hold")) && switch_true(val))) {
|
((val = switch_channel_get_variable(session->channel, "rtp_disable_hold")) && switch_true(val))) {
|
||||||
sendonly = 0;
|
|
||||||
} else {
|
} else {
|
||||||
|
|
||||||
if (!smh->mparams->hold_laps) {
|
if (!smh->mparams->hold_laps) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user