Skip to content

Commit

Permalink
Revert "Fixed missing len duplication"
Browse files Browse the repository at this point in the history
This reverts commit 764969a.

Further investigation is needed here
  • Loading branch information
bogdan-iancu committed Jun 3, 2019
1 parent 764969a commit 7f2e729
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 = cpy;
s.s = cpy.s;

if (param_no==1)
{
Expand Down

0 comments on commit 7f2e729

Please sign in to comment.