|
@@ -211,6 +211,7 @@ int append_rule(int action, int type, str *value)
|
|
new = shm_append_str_list(v, value->len, last_node, &total);
|
|
new = shm_append_str_list(v, value->len, last_node, &total);
|
|
LM_DBG("new node[%p] str:'%.*s'[%d]\n", new, new->s.len, new->s.s,
|
|
LM_DBG("new node[%p] str:'%.*s'[%d]\n", new, new->s.len, new->s.s,
|