]> granicus.if.org Git - apache/commitdiff
NOERRNO? Of course we have an ERRNO :)
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 4 Feb 2002 23:30:37 +0000 (23:30 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 4 Feb 2002 23:30:37 +0000 (23:30 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93240 13f79535-47bb-0310-9956-ffa450edef68

server/main.c

index d1874be81e9de6eac78c1a5aaf7b836079458c8a..9fb3ad4a2d405595b9e1af1f35f63d5a1733a2a4 100644 (file)
@@ -220,7 +220,7 @@ static process_rec *create_process(int argc, const char * const *argv)
         /* 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();