Skip to content

Commit

Permalink
mtree: updated for avp long value field
Browse files Browse the repository at this point in the history
  • Loading branch information
miconda committed Nov 21, 2022
1 parent 179af99 commit 25afad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/mtree/mtree.c
Expand Up @@ -432,7 +432,7 @@ int mt_add_tvalues(struct sip_msg *msg, m_tree_t *pt, str *tomatch)
while (tvalues != NULL) {
if (pt->type == MT_TREE_IVAL) {
val.n = tvalues->tvalue.n;
LM_DBG("adding avp <%.*s> with value <i:%d>\n",
LM_DBG("adding avp <%.*s> with value <i:%ld>\n",
values_avp_name.s.len, values_avp_name.s.s, val.n);
add_avp(values_name_type, values_avp_name, val);
} else { /* pt->type == MT_TREE_SVAL */
Expand Down

0 comments on commit 25afad6

Please sign in to comment.