]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Additional correction for the mutex changes on the TPF platform.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 6 Oct 2001 02:21:11 +0000 (02:21 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Sat, 6 Oct 2001 02:21:11 +0000 (02:21 +0000)
  Should affect no other platforms.  [David McCreedy <McCreedy@us.ibm.com>]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@91324 13f79535-47bb-0310-9956-ffa450edef68

src/main/http_main.c

index 11365f1bbc3f3b7f2dfe3063419cde6d932555d6..96466424aafe4da114817cacd935e8d626a802a6 100644 (file)
@@ -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