Skip to content

Commit

Permalink
Fixed missing len duplication
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdan-iancu committed Jun 3, 2019
1 parent 8ecd8b3 commit 764969a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/avpops/avpops.c
Expand Up @@ -465,7 +465,7 @@ static int fixup_db_avp(void** param, int param_no, int allow_scheme)
LM_ERR("oom\n");
return -1;
}
s.s = cpy.s;
s = cpy;

if (param_no==1)
{
Expand Down

0 comments on commit 764969a

Please sign in to comment.