From: David Reid Date: Sun, 13 Aug 2000 18:47:10 +0000 (+0000) Subject: More tidy up for mpmt_beos mpm. X-Git-Tag: APACHE_2_0_ALPHA_6~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=712101b62eec73b10aa2b2fec33c390bc8a773d4;p=thirdparty%2Fapache%2Fhttpd.git More tidy up for mpmt_beos mpm. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@86065 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/server/mpm/mpmt_beos/mpmt_beos.c b/server/mpm/mpmt_beos/mpmt_beos.c index 9c6a5d59d3a..7c675b46121 100644 --- a/server/mpm/mpmt_beos/mpmt_beos.c +++ b/server/mpm/mpmt_beos/mpmt_beos.c @@ -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) {