mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 16:39:14 +00:00
FS-5258 --resolve
This commit is contained in:
parent
f1e8f09c2f
commit
faea5f0c08
@ -197,7 +197,7 @@ static void _switch_core_media_pass_zrtp_hash2(switch_core_session_t *aleg_sessi
|
||||
switch_rtp_engine_t *aleg_engine;
|
||||
switch_rtp_engine_t *bleg_engine;
|
||||
|
||||
if (!aleg_session->media_handle && bleg_session->media_handle) return;
|
||||
if (!aleg_session->media_handle || !bleg_session->media_handle) return;
|
||||
aleg_engine = &aleg_session->media_handle->engines[type];
|
||||
bleg_engine = &bleg_session->media_handle->engines[type];
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user