Skip to content

Commit

Permalink
sdpops: 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 9911482 commit 6a5c493
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/sdpops/sdpops_mod.c
Expand Up @@ -2113,7 +2113,7 @@ static int pv_set_sdp(sip_msg_t *msg, pv_param_t *param,
if ( res->flags & PV_VAL_INT ) LM_DBG("PV_VAL_INT: %d\n",PV_VAL_INT);
if ( res->flags & PV_VAL_STR ) LM_DBG("PV_VAL_STR: %d\n",PV_VAL_STR);

LM_DBG("param.pvn.u.isname.name.n = %d\n",param->pvn.u.isname.name.n);
LM_DBG("param.pvn.u.isname.name.n = %ld\n",param->pvn.u.isname.name.n);
if (param->pvn.u.isname.name.n == 1)
{
// sdp(sess_version)
Expand Down

0 comments on commit 6a5c493

Please sign in to comment.