From: Alan T. DeKok Date: Mon, 18 Jul 2022 14:20:45 +0000 (-0400) Subject: allow TMPL_TYPE_DATA on RHS of map X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4fd751d4a93408acced7b8e45f1f3e3c26558b31;p=thirdparty%2Ffreeradius-server.git allow TMPL_TYPE_DATA on RHS of map --- diff --git a/src/lib/unlang/compile.c b/src/lib/unlang/compile.c index 38c6c4ac09e..99db0642474 100644 --- a/src/lib/unlang/compile.c +++ b/src/lib/unlang/compile.c @@ -1630,6 +1630,7 @@ static int unlang_fixup_edit(map_t *map, void *ctx) case TMPL_TYPE_UNRESOLVED: case TMPL_TYPE_XLAT_UNRESOLVED: case TMPL_TYPE_XLAT: + case TMPL_TYPE_DATA: case TMPL_TYPE_ATTR: case TMPL_TYPE_EXEC: break;