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