FS-5861 regression typo

This commit is contained in:
Anthony Minessale 2013-10-16 14:33:25 -04:00
parent 96b9488910
commit bbabf652f8
1 changed files with 1 additions and 1 deletions

View File

@ -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;
}