]> git.pld-linux.org Git - packages/apache1.git/commitdiff
- updated for 1.3.41
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 22 Jan 2008 12:39:14 +0000 (12:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache1-mod_ssl-eapi.patch -> 1.12

apache1-mod_ssl-eapi.patch

index 5e96549f6fb24b8efacb4679d3bafd323a95c070..af51e58dc9f23b745249fd22931d8e78e77f5733 100644 (file)
@@ -1252,9 +1252,9 @@ Index: src/main/http_main.c
      show_os_specific_compile_settings();
  #endif
 @@ -4396,6 +4465,22 @@
-     ap_server_post_read_config = ap_make_array(pcommands, 1, sizeof(char *));
-     ap_server_config_defines   = ap_make_array(pcommands, 1, sizeof(char *));
-     pid_table                  = ap_make_table(pglobal, HARD_SERVER_LIMIT);
+     for (i = 0; i < HARD_SERVER_LIMIT; i++) {
+          pid_table[i] = 0;
+     }
 +
 +#ifdef EAPI
 +    ap_hook_init();
This page took 0.0598340000000001 seconds and 4 git commands to generate.