From: William A. Rowe Jr Date: Tue, 25 Jul 2000 03:40:24 +0000 (+0000) Subject: Undo my damage. X-Git-Tag: APACHE_2_0_ALPHA_5~90 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2ea44150e85f9c24181d8481c3fe55edd4ecb8bc;p=thirdparty%2Fapache%2Fhttpd.git Undo my damage. PR: Obtained from: Submitted by: Reviewed by: git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85882 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/modules/mappers/mod_so.c b/modules/mappers/mod_so.c index 90b9df62bfd..ec0d1887c01 100644 --- a/modules/mappers/mod_so.c +++ b/modules/mappers/mod_so.c @@ -258,7 +258,7 @@ static const char *load_module(cmd_parms *cmd, void *dummy, return ap_pstrcat(cmd->pool, "Cannot load ", szModuleFile, " into server: ", - ap_strerror(status, my_error, sizeof(my_error)), + ap_dso_error(modhandle, my_error, sizeof(my_error)), NULL); } ap_log_error(APLOG_MARK, APLOG_DEBUG|APLOG_NOERRNO, 0, NULL,