You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@locus.apache.org on 2000/07/25 05:40:24 UTC

cvs commit: apache-2.0/src/modules/standard mod_so.c

wrowe       00/07/24 20:40:24

  Modified:    src/modules/standard mod_so.c
  Log:
    Undo my damage.
  
  Revision  Changes    Path
  1.24      +1 -1      apache-2.0/src/modules/standard/mod_so.c
  
  Index: mod_so.c
  ===================================================================
  RCS file: /home/cvs/apache-2.0/src/modules/standard/mod_so.c,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- mod_so.c	2000/07/25 00:58:20	1.23
  +++ mod_so.c	2000/07/25 03:40:24	1.24
  @@ -258,7 +258,7 @@
   
           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,