From: William A. Rowe Jr Date: Mon, 4 Feb 2002 23:30:37 +0000 (+0000) Subject: NOERRNO? Of course we have an ERRNO :) X-Git-Tag: 2.0.32~88 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0e92f350740d950af81f6864e9f888fe83f01d52;p=apache NOERRNO? Of course we have an ERRNO :) git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@93240 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/main.c b/server/main.c index d1874be81e..9fb3ad4a2d 100644 --- a/server/main.c +++ b/server/main.c @@ -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();