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...@apache.org on 2002/02/05 00:30:37 UTC

cvs commit: httpd-2.0/server main.c

wrowe       02/02/04 15:30:37

  Modified:    server   main.c
  Log:
    NOERRNO?  Of course we have an ERRNO :)
  
  Revision  Changes    Path
  1.118     +1 -1      httpd-2.0/server/main.c
  
  Index: main.c
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/server/main.c,v
  retrieving revision 1.117
  retrieving revision 1.118
  diff -u -r1.117 -r1.118
  --- main.c	4 Feb 2002 16:58:54 -0000	1.117
  +++ main.c	4 Feb 2002 23:30:37 -0000	1.118
  @@ -220,7 +220,7 @@
           /* XXX From the time that we took away the NULL pool->malloc mapping
            *     we have been unable to log here without segfaulting.
            */
  -        ap_log_error(APLOG_MARK, APLOG_ERR|APLOG_NOERRNO, 0, NULL,
  +        ap_log_error(APLOG_MARK, APLOG_ERR, stat, NULL,
                        "apr_pool_create() failed to create "
                        "initial context");
           apr_terminate();