]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
pid is proc here :)
authorJim Jagielski <jim@apache.org>
Fri, 1 Jun 2007 19:46:08 +0000 (19:46 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 1 Jun 2007 19:46:08 +0000 (19:46 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/httpd-pid-table@543587 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/worker/worker.c

index 0185002d48941ee1dda6f8fdc6212a496ff8ce27..f7e6c56c10db7db50c2eeb2413603d9360bdb83d 100644 (file)
@@ -1602,7 +1602,7 @@ static void server_main_loop(int remaining_children_to_start)
                                                         (request_rec *) NULL);
 
                 ap_scoreboard_image->parent[child_slot].pid = 0;
-                ap_unset_pid_table(pid);
+                ap_unset_pid_table(pid.pid);
                 ap_scoreboard_image->parent[child_slot].quiescing = 0;
                 if (processed_status == APEXIT_CHILDSICK) {
                     /* resource shortage, minimize the fork rate */