mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-07-14 19:16:59 +00:00
FS-7500: fix if statement
This commit is contained in:
parent
44e7929507
commit
258dacc742
@ -2294,7 +2294,7 @@ static void switch_core_session_parse_codec_settings(switch_core_session_t *sess
|
||||
return;
|
||||
}
|
||||
|
||||
if ((engine = &smh->engines[type]));
|
||||
if (!(engine = &smh->engines[type])) return;
|
||||
|
||||
switch(type) {
|
||||
case SWITCH_MEDIA_TYPE_AUDIO:
|
||||
|
Loading…
x
Reference in New Issue
Block a user