From: Alan T. DeKok Date: Mon, 28 Nov 2022 19:44:55 +0000 (-0500) Subject: typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fdb156c9c45947fa384c32c3422de2e9754ebb17;p=thirdparty%2Ffreeradius-server.git typo --- diff --git a/src/lib/unlang/compile.c b/src/lib/unlang/compile.c index 22eeee2e61a..2c42df18d07 100644 --- a/src/lib/unlang/compile.c +++ b/src/lib/unlang/compile.c @@ -2040,7 +2040,7 @@ static unlang_t *compile_variable(unlang_t *parent, unlang_compile_t *unlang_ctx c = *prev; var = var_free = NULL; - if (c && (c->type == UNLANG_TYPE_EDIT)) { + if (c && (c->type == UNLANG_TYPE_VARIABLE)) { var = unlang_generic_to_variable(c); } else {