From 1577e078125edcd6264dd3b5dfb72590e70a4cc5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Chlup?= Date: Tue, 22 Oct 2024 14:53:16 +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 87a79674..82af8470 100644 --- a/native/mod_manager/mod_manager.c +++ b/native/mod_manager/mod_manager.c @@ -3778,7 +3778,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.");