From: William A. Rowe Jr Date: Sat, 6 Oct 2001 02:21:11 +0000 (+0000) Subject: Additional correction for the mutex changes on the TPF platform. X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c8fcce911578c92ecc7cac3f7ea4afad8031e31f;p=thirdparty%2Fapache%2Fhttpd.git Additional correction for the mutex changes on the TPF platform. Should affect no other platforms. [David McCreedy ] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91324 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/main/http_main.c b/src/main/http_main.c index 11365f1bbc3..96466424aaf 100644 --- a/src/main/http_main.c +++ b/src/main/http_main.c @@ -5323,6 +5323,7 @@ int REALMAIN(int argc, char *argv[]) ap_scoreboard_image = (scoreboard *)input_parms.child.scoreboard_heap; #endif + ap_init_mutex_method(ap_default_mutex_method()); child_main(input_parms.child.slot); } else