]> granicus.if.org Git - apache/commit
Be careful, accept_mutex_child_init() has to be done _before_
authorRalf S. Engelschall <rse@apache.org>
Fri, 16 Jul 1999 10:27:03 +0000 (10:27 +0000)
committerRalf S. Engelschall <rse@apache.org>
Fri, 16 Jul 1999 10:27:03 +0000 (10:27 +0000)
commit9014097343c6ae01430598d367fa0174034e95cf
tree1bac6d9d8b7b5b4bba0fc9a78baa1060c2ce1575
parentec76d5d95e3c62f61df62b8008b999a6a766a406
Be careful, accept_mutex_child_init() has to be done _before_
unixd_setup_child() switches the process UID, because else under platforms
where the mutex is flock() based this fails...

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