]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
typo
authorAlan T. DeKok <aland@freeradius.org>
Fri, 22 Apr 2022 20:21:41 +0000 (16:21 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Fri, 22 Apr 2022 20:21:41 +0000 (16:21 -0400)
src/lib/unlang/xlat_eval.c

index c8aa5f4d4314f4b52ea23b7b1b736edc831ab7db..5caef96fe8d43c985cceed98c3b6feba9b59aa26 100644 (file)
@@ -1803,7 +1803,7 @@ bool xlat_async_required(xlat_exp_head_t const *head)
 {
        xlat_exp_t *first;
 
-       if (head) return false;
+       if (!head) return false;
 
        first = xlat_exp_head(head);
        if (first->type != XLAT_GROUP) {