only clear scope vars when they were set

This commit is contained in:
Anthony Minessale 2011-06-18 11:52:37 -05:00
parent d4fcba74c8
commit 7768808488

View File

@ -1980,7 +1980,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_exec(switch_core_session_t *
const char *app; const char *app;
switch_core_session_message_t msg = { 0 }; switch_core_session_message_t msg = { 0 };
char delim = ','; char delim = ',';
int scope = 1; int scope = 0;
switch_assert(application_interface); switch_assert(application_interface);