]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix graceful shutdown with the scoreboard changes. Basically, we want
authorRyan Bloom <rbb@apache.org>
Wed, 7 Feb 2001 21:41:43 +0000 (21:41 +0000)
committerRyan Bloom <rbb@apache.org>
Wed, 7 Feb 2001 21:41:43 +0000 (21:41 +0000)
commit61438bbdd4e226f1918773091c4d84db3b6eac60
tree9550810a4c276a1ccc203002149b78cd1a6f60a9
parent95fecc66894a1ac77747423f1a70953a9ac67993
Fix graceful shutdown with the scoreboard changes.  Basically, we want
to set the sb_type only after we zero out the scoreboard.  Before this,
we were segfaulting when we tried to free() a shared memory scoreboard.

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