Skip to content

Commit

Permalink
CID 1455235
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Nov 3, 2019
1 parent 41c8ae7 commit 3b7b2c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/server/paircmp.c
Expand Up @@ -218,7 +218,7 @@ static int generic_cmp(UNUSED void *instance,

if (xlat_eval(value, sizeof(value), request, name, NULL, NULL) < 0) return 0;

vp = fr_pair_afrom_da(req, check->da);
MEM(vp = fr_pair_afrom_da(req, check->da));
vp->op = check->op;
fr_pair_value_from_str(vp, value, -1, '"', false);

Expand Down

0 comments on commit 3b7b2c5

Please sign in to comment.