提交 77688084 authored 作者: Anthony Minessale's avatar Anthony Minessale

only clear scope vars when they were set

上级 d4fcba74
......@@ -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);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论