]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Pass the correct worker thread id to worker_thread() when the initial
authorJeff Trawick <trawick@apache.org>
Wed, 28 Feb 2001 18:23:37 +0000 (18:23 +0000)
committerJeff Trawick <trawick@apache.org>
Wed, 28 Feb 2001 18:23:37 +0000 (18:23 +0000)
commit7e4383cd3e9da12faee47cd716892241c716827d
tree6d2a238937bc94afd82613697f031b136f7242a5
parent4fc319794b883eee5e972f9bffcc9ceebc9465a5
Pass the correct worker thread id to worker_thread() when the initial
thread of the child process becomes a worker thread.

Prior to this, perchild segfaulted over and over at startup.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@88396 13f79535-47bb-0310-9956-ffa450edef68
server/mpm/experimental/perchild/perchild.c
server/mpm/perchild/perchild.c