]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
only clear scope vars when they were set
authorAnthony Minessale <anthm@freeswitch.org>
Sat, 18 Jun 2011 16:52:37 +0000 (11:52 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Sat, 18 Jun 2011 16:52:37 +0000 (11:52 -0500)
src/switch_core_session.c

index 21ddd87a8fdd7a754a731b2e8b383affdf23db6d..35980084e20ab9dd1392940857398612957c6afb 100644 (file)
@@ -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);