]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
More tidy up for mpmt_beos mpm.
authorDavid Reid <dreid@apache.org>
Sun, 13 Aug 2000 18:47:10 +0000 (18:47 +0000)
committerDavid Reid <dreid@apache.org>
Sun, 13 Aug 2000 18:47:10 +0000 (18:47 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86065 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/mpmt_beos/mpmt_beos.c

index 9c6a5d59d3adc486501e2472435729a94b7f3215..7c675b4612128cd88e7ad9e4fea0143516b74629 100644 (file)
@@ -632,7 +632,7 @@ static void server_main_loop(int remaining_children_to_start)
         ap_wait_or_timeout(&status, &pid, pconf);
         
         if (pid.pid >= 0) {
-            ap_process_child_status(pid.pid, status);
+            ap_process_child_status(&pid, status);
             /* non-fatal death... note that it's gone in the scoreboard. */
             child_slot = -1;
             for (i = 0; i < ap_max_daemons_limit; ++i) {