In testing the 1.3.21 tarball I found another fix required in a
TPF-specific block of http_main.c due to mutex processing changes.
I don't want to nix 1.3.21 but if 1.3.22 is going to happen anyway this
change should be incorporated before it's rolled.
As I said above, the patch is in a TPF-specific block of code so it
won't affect other platforms.
Sorry to be a pest...
David McCreedy
diff -ru3 before/src/main/http_main.c after/src/main/http_main.c
--- before/src/main/http_main.c Fri Oct 5 21:04:12 2001
+++ after/src/main/http_main.c Fri Oct 5 21:06:54 2001
@@ -5323,6 +5323,7 @@
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