Skip to content

Commit

Permalink
CID 1135412
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Mar 22, 2014
1 parent 8358786 commit 0ba9da2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/map.c
Expand Up @@ -620,7 +620,7 @@ size_t radius_tmpl2str(char *buffer, size_t bufsize, value_pair_tmpl_t const *vp

memcpy(&ctx, &vpt, sizeof(ctx)); /* hack */

vp = pairalloc(ctx, vpt->da);
MEM(vp = pairalloc(ctx, vpt->da));
memcpy(&vp->data, vpt->vpd, sizeof(vp->data));
vp->length = vpt->length;

Expand Down

0 comments on commit 0ba9da2

Please sign in to comment.