From 0e92f350740d950af81f6864e9f888fe83f01d52 Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Mon, 4 Feb 2002 23:30:37 +0000 Subject: [PATCH] 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 --- server/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(); -- 2.50.1