]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5861 regression typo
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 16 Oct 2013 18:33:25 +0000 (14:33 -0400)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 16 Oct 2013 18:33:25 +0000 (14:33 -0400)
src/mod/applications/mod_dptools/mod_dptools.c

index 5fe2c57e5b4c836ce4e53bbdf776f9f597fcb712..8d7b5c6f37ef633a4c1532f6f258d4998095f507 100755 (executable)
@@ -287,7 +287,7 @@ SWITCH_STANDARD_APP(clear_digit_action_function)
        char *target_str;
        switch_digit_action_target_t target = DIGIT_TARGET_SELF;
 
-       if (zstr(realm)) {
+       if (zstr((char *)data)) {
                switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING, "clear_digit_action called with no args");
                return;
        }