]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Sat, 14 May 2022 17:31:44 +0000 (13:31 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Mon, 16 May 2022 19:00:25 +0000 (15:00 -0400)
src/lib/unlang/xlat_tokenize.c

index 3bdb7f48e06560e2dbc3ba34c016879e0c6e7ee7..a51250f394295538fcee24bfb66fe3927bb90577 100644 (file)
@@ -1784,7 +1784,7 @@ tmpl_t *xlat_to_tmpl_attr(TALLOC_CTX *ctx, xlat_exp_head_t *head)
        tmpl_t *vpt;
        xlat_exp_t *node = xlat_exp_head(head);
 
-       if (node || (node->type != XLAT_TMPL) || !tmpl_is_attr(node->vpt)) return NULL;
+       if (!node || (node->type != XLAT_TMPL) || !tmpl_is_attr(node->vpt)) return NULL;
 
        /*
         *   Concat means something completely different as an attribute reference