]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Typo
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 7 Apr 2022 20:28:07 +0000 (15:28 -0500)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Thu, 7 Apr 2022 20:28:07 +0000 (15:28 -0500)
src/listen/detail/proto_detail_file.c

index 5759839d8f853f90c28f0ddf1b0c9db2fd54cb23..86b94f0d9a455d806efe3f3b6716fe80180a9116 100644 (file)
@@ -607,8 +607,8 @@ static int mod_bootstrap(module_inst_ctx_t const *mctx)
        if (!main_config->allow_core_dumps &&
            main_config->uid_is_set &&
            main_config->server_uid != 0) {
-               cf_log_err(cs, "Cannot start detail file reader due to Linux limitations.");
-               cf_log_err(cs, "Please set 'allow_core_dumps = true' in the main configuration file.");
+               cf_log_err(conf, "Cannot start detail file reader due to Linux limitations.");
+               cf_log_err(conf, "Please set 'allow_core_dumps = true' in the main configuration file.");
                return -1;
        }
 #endif