mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-13 15:50:59 +00:00
FS-5861 regression typo
This commit is contained in:
parent
25e7be1c60
commit
b474c89708
@ -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;
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user