]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
initialize more fields
authorAlan T. DeKok <aland@freeradius.org>
Fri, 20 May 2022 13:29:15 +0000 (09:29 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 20 May 2022 16:09:02 +0000 (12:09 -0400)
src/lib/unlang/xlat_priv.h

index e77fdbb13f69cf1c4b74f0f179e7199eaf611d72..83ec3d651ad13f1a7f6f039057879e00e007d718 100644 (file)
@@ -202,6 +202,7 @@ static inline xlat_exp_t *xlat_exp_alloc_null(TALLOC_CTX *ctx)
 
        MEM(node = talloc_zero(ctx, xlat_exp_t));
        node->flags.pure = true;        /* everything starts pure */
+       node->quote = T_BARE_WORD;
 
        return node;
 }