]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo
authorNick Porter <nick@portercomputing.co.uk>
Tue, 16 Aug 2022 15:56:00 +0000 (16:56 +0100)
committerNick Porter <nick@portercomputing.co.uk>
Tue, 16 Aug 2022 15:56:00 +0000 (16:56 +0100)
src/lib/unlang/compile.c

index 1a8b8b369d88305cac1a01ed2ad24933978a2f85..cb227b6e72c20b7cdfa0aebac2e2f04aae34069f 100644 (file)
@@ -1662,7 +1662,7 @@ static unlang_t *compile_edit_section(unlang_t *parent, unlang_compile_t *unlang
        }
 
        if ((op == T_OP_CMP_TRUE) || (op == T_OP_CMP_FALSE)) {
-               cf_log_err(cp, "Invalid operator \"%s\".",
+               cf_log_err(cs, "Invalid operator \"%s\".",
                           fr_table_str_by_value(fr_tokens_table, op, "<INVALID>"));
                return NULL;
        }