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.");