mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 12:40:17 +00:00
only clear scope vars when they were set
This commit is contained in:
parent
d4fcba74c8
commit
7768808488
@ -1980,7 +1980,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_exec(switch_core_session_t *
|
||||
const char *app;
|
||||
switch_core_session_message_t msg = { 0 };
|
||||
char delim = ',';
|
||||
int scope = 1;
|
||||
int scope = 0;
|
||||
|
||||
switch_assert(application_interface);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user