FS-5861 regression typo
This commit is contained in:
parent
96b9488910
commit
bbabf652f8
|
@ -287,7 +287,7 @@ SWITCH_STANDARD_APP(clear_digit_action_function)
|
||||||
char *target_str;
|
char *target_str;
|
||||||
switch_digit_action_target_t target = DIGIT_TARGET_SELF;
|
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");
|
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_WARNING, "clear_digit_action called with no args");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue