From: Alan T. DeKok Date: Wed, 26 Feb 2025 11:12:09 +0000 (-0500) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e3b2f587e55455c90724793a98ff05071e55d39c;p=thirdparty%2Ffreeradius-server.git typo --- 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;