From: Arran Cudbard-Bell Date: Thu, 7 Apr 2022 20:28:07 +0000 (-0500) Subject: Typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82e6d5ae795192848e38e52915396b1f744620fd;p=thirdparty%2Ffreeradius-server.git Typo --- diff --git a/src/listen/detail/proto_detail_file.c b/src/listen/detail/proto_detail_file.c index 5759839d8f8..86b94f0d9a4 100644 --- a/src/listen/detail/proto_detail_file.c +++ b/src/listen/detail/proto_detail_file.c @@ -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