Skip to content

Commit

Permalink
Verify output of expr functions
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Sep 3, 2023
1 parent 3d176c0 commit 45a2cf7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/unlang/xlat_expr.c
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,7 @@ static xlat_action_t xlat_binary_op(TALLOC_CTX *ctx, fr_dcursor_t *out,

done:
fr_dcursor_append(out, dst);
VALUE_BOX_TALLOC_LIST_VERIFY((fr_value_box_list_t *)out->dlist);
return XLAT_ACTION_DONE;
}

Expand Down

0 comments on commit 45a2cf7

Please sign in to comment.