From: Alan T. DeKok Date: Fri, 22 Apr 2022 20:21:41 +0000 (-0400) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=42fb3b333734cd59908b150ce95b8baaf4706f1e;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/src/lib/unlang/xlat_eval.c b/src/lib/unlang/xlat_eval.c index c8aa5f4d431..5caef96fe8d 100644 --- a/src/lib/unlang/xlat_eval.c +++ b/src/lib/unlang/xlat_eval.c @@ -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) {