]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
stupid local compiler misses things
authorAlan T. DeKok <aland@freeradius.org>
Sun, 8 Oct 2023 13:25:19 +0000 (09:25 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Sun, 8 Oct 2023 13:25:19 +0000 (09:25 -0400)
src/lib/server/cf_file.c

index 0b5afe4782ad855cd1616e9c12c2832c24c41075..2d502510e7675603249960610e2de6cdb3b52a51 100644 (file)
@@ -1643,7 +1643,7 @@ static CONF_ITEM *process_if(cf_stack_t *stack)
                stack->fill = UNCONST(char *, p);
                rcode = cf_file_fill(stack);
                if (rcode < 0) {
-                       cf_log_err("Failed parsing condition");
+                       cf_log_err(cs, "Failed parsing condition");
                        return NULL;
                }
        }