]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Since we are initializing the status variable, use the error code
authorRyan Bloom <rbb@apache.org>
Sun, 25 Jun 2000 18:23:06 +0000 (18:23 +0000)
committerRyan Bloom <rbb@apache.org>
Sun, 25 Jun 2000 18:23:06 +0000 (18:23 +0000)
specially set aside for that purpose.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@85690 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/prefork/prefork.c

index 6cff0ec7b62d5a209e66da91ffe5b21e9402c574..2c1a561168a385518fe31455aef8fa63ce023ad1 100644 (file)
@@ -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();