mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 02:34:18 +00:00
unused
This commit is contained in:
parent
f38ccbfb51
commit
3abcee7142
@ -88,7 +88,6 @@ static switch_status_t load_config(void)
|
|||||||
|
|
||||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Replace number matching [%s] with [%s]\n", regex, replace);
|
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "Replace number matching [%s] with [%s]\n", regex, replace);
|
||||||
if (rules_list == NULL) {
|
if (rules_list == NULL) {
|
||||||
rules_list = switch_core_alloc(globals.pool, sizeof(translate_rule_t));
|
|
||||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "starting with an empty list\n");
|
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "starting with an empty list\n");
|
||||||
rules_list = this_rule;
|
rules_list = this_rule;
|
||||||
} else {
|
} else {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user