]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
allow TMPL_TYPE_DATA on RHS of map
authorAlan T. DeKok <aland@freeradius.org>
Mon, 18 Jul 2022 14:20:45 +0000 (10:20 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 19 Jul 2022 12:48:37 +0000 (08:48 -0400)
src/lib/unlang/compile.c

index 38c6c4ac09e22ef0d5ac5559ce18710241adee46..99db0642474ec77d490361535a1da1f6787ab2c2 100644 (file)
@@ -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;