This commit is contained in:
Raymond Chandler 2014-03-25 23:31:16 -04:00
parent 0ddd151a22
commit 5cccc6270b
1 changed files with 1 additions and 1 deletions

View File

@ -179,7 +179,7 @@ static void do_unload(void) {
switch_core_hash_this(hi, &key, &keylen, &val);
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;
nrl = nrl->next;
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_DEBUG, "deleting rule for [%s]\n", rl->regex);