mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-04 01:37:14 +00:00
seg--
This commit is contained in:
parent
0ddd151a22
commit
5cccc6270b
@ -179,7 +179,7 @@ static void do_unload(void) {
|
|||||||
switch_core_hash_this(hi, &key, &keylen, &val);
|
switch_core_hash_this(hi, &key, &keylen, &val);
|
||||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "deleting translate profile [%s]\n", (char *) key);
|
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "deleting translate profile [%s]\n", (char *) key);
|
||||||
|
|
||||||
for (rl = nrl = val; rl;) {
|
for (nrl = val; rl;) {
|
||||||
rl = nrl;
|
rl = nrl;
|
||||||
nrl = nrl->next;
|
nrl = nrl->next;
|
||||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "deleting rule for [%s]\n", rl->regex);
|
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "deleting rule for [%s]\n", rl->regex);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user