]> git.ipfire.org Git - thirdparty/apache/httpd.git/commit
Fix core dump on WIN32 caused by the fact that there is no way to run a
authorMladen Turk <mturk@apache.org>
Wed, 15 Sep 2004 17:11:08 +0000 (17:11 +0000)
committerMladen Turk <mturk@apache.org>
Wed, 15 Sep 2004 17:11:08 +0000 (17:11 +0000)
commit89bcba3513d0b8406ee2d5ca5a84135534918a84
tree9f171bfc6b07b4afb69ada581615e738a3e103f8
parent903a61701ead3b3440c152a5e7e2a767e69fb461
Fix core dump on WIN32 caused by the fact that there is no way to run a
hook after ap_scoreboard_init. Since we only have a single child on
WIN32 that isn't a big problem, cause plain memory is enough. Other
platforms were not affected cause scoreboard_image is inherited from parent.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@105151 13f79535-47bb-0310-9956-ffa450edef68
modules/proxy/proxy_balancer.c