]> 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)
commitc59cc03086af528835c4dc39e82792ade8da5068
tree9550810a4c276a1ccc203002149b78cd1a6f60a9
parentded4233ad520d9948b30ea2a8584122221e318c9
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