From e19754331148095e61d3de25033347fe19bb25e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Chlup?= Date: Tue, 22 Oct 2024 15:08:29 +0200 Subject: [PATCH] Fix wrong argument to logging --- native/mod_manager/mod_manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/native/mod_manager/mod_manager.c b/native/mod_manager/mod_manager.c index db928801..4ebb3fa3 100644 --- a/native/mod_manager/mod_manager.c +++ b/native/mod_manager/mod_manager.c @@ -3412,7 +3412,7 @@ static const char*cmd_manager_enable_mcmp_receive(cmd_parms *cmd, void *dummy) } static const char*cmd_manager_enable_mcmp_receive_deprecated(cmd_parms *cmd, void *dummy) { - ap_log_error(APLOG_MARK, APLOG_WARNING, 0, cmd->server, + ap_log_error(APLOG_MARK, APLOG_WARNING, 0, NULL, "EnableMCPMReceive is deprecated misspelled version of 'EnableMCMPReceive' configuration option." "Please update your configuration.");