From: Ryan Bloom Date: Sun, 25 Jun 2000 18:23:06 +0000 (+0000) Subject: Since we are initializing the status variable, use the error code X-Git-Tag: APACHE_2_0_ALPHA_5~246 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=614f793a094e979dc4c4ff0321bbf29d65272cea;p=thirdparty%2Fapache%2Fhttpd.git Since we are initializing the status variable, use the error code specially set aside for that purpose. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85690 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/prefork/prefork.c b/server/mpm/prefork/prefork.c index 6cff0ec7b62..2c1a561168a 100644 --- a/server/mpm/prefork/prefork.c +++ b/server/mpm/prefork/prefork.c @@ -760,7 +760,7 @@ static void child_main(int child_num_arg) ap_pool_t *ptrans; conn_rec *current_conn; ap_iol *iol; - ap_status_t stat = APR_SUCCESS; + ap_status_t stat = APR_EINIT; int sockdes; ap_my_pid = getpid();