]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
fix compiler warning
authorAlan T. DeKok <aland@freeradius.org>
Wed, 12 Jun 2024 18:07:05 +0000 (14:07 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Wed, 19 Jun 2024 12:44:32 +0000 (08:44 -0400)
src/lib/unlang/compile.c

index 629f0812a82cff80962881e91871894377e5cda9..759bc6f59b63d6ab19be5c7140e9da4861f27549 100644 (file)
@@ -4699,7 +4699,7 @@ check_for_module:
        modules = cf_section_find(cf_root(ci), "modules", NULL);
        if (!modules) {
                cf_log_err(ci, "Failed compiling \"%s\" as a module or policy as no modules are enabled", name);
-               cf_log_err(ci, "Please verify that modules { ... }  section is present in the server configuration", name);
+               cf_log_err(ci, "Please verify that modules { ... }  section is present in the server configuration");
                return NULL;
        }