From e3b2f587e55455c90724793a98ff05071e55d39c Mon Sep 17 00:00:00 2001 From: "Alan T. DeKok" Date: Wed, 26 Feb 2025 06:12:09 -0500 Subject: [PATCH] typo --- src/main/map.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/map.c b/src/main/map.c index 6b6043a30e..e8da0be78c 100644 --- a/src/main/map.c +++ b/src/main/map.c @@ -751,7 +751,7 @@ static int map_exec_to_vp(TALLOC_CTX *ctx, VALUE_PAIR **out, REQUEST *request, v vp->op = map->op; vp->tag = map->lhs->tmpl_tag; -' + if (fr_pair_value_from_str(vp, answer, -1) < 0) { fr_pair_list_free(&vp); return -2; -- 2.47.2