]> git.pld-linux.org Git - packages/apache.git/commitdiff
- updated for 1.3.32
authorJakub Bogusz <qboosh@pld-linux.org>
Fri, 22 Oct 2004 09:39:15 +0000 (09:39 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    apache-ipv6-PLD.patch -> 1.8.2.7

apache-ipv6-PLD.patch

index ef9f5a25c7dd19abd619055c88682f348aa854c5..ebc60699886b835d69d4f16c6bf671c9f4d7b3f4 100644 (file)
@@ -1063,8 +1063,8 @@ diff -Nur apache_1.3.28.orig/src/main/http_config.c apache_1.3.28/src/main/http_
  }
  
  
---- apache_1.3.31/src/main/http_core.c.orig    Mon May  3 22:15:26 2004
-+++ apache_1.3.31/src/main/http_core.c Sat May 15 00:06:26 2004
+--- apache_1.3.32/src/main/http_core.c.orig    Mon May  3 22:15:26 2004
++++ apache_1.3.32/src/main/http_core.c Sat May 15 00:06:26 2004
 @@ -28,6 +28,7 @@
  #include "util_md5.h"
  #include "scoreboard.h"
@@ -1076,9 +1076,9 @@ diff -Nur apache_1.3.28.orig/src/main/http_config.c apache_1.3.28/src/main/http_
 @@ -564,7 +565,7 @@
       * file if you care. So the adhoc value should do.
       */
-     return ap_psprintf(r->pool,"%pp%pp%pp%pp%pp",
--           (void *)&((r->connection->local_addr).sin_addr ),
-+           (void *)&(((struct sockaddr_in *)&(r->connection->local_addr))->sin_addr),
+     return ap_psprintf(r->pool,"%pI%pp%pp%pp%pp",
+-           &r->connection->local_addr.sin_addr,
++           &((struct sockaddr_in *)&(r->connection->local_addr))->sin_addr,
             (void *)ap_user_name,
             (void *)ap_listeners,
             (void *)ap_server_argv0,
This page took 0.037777 seconds and 4 git commands to generate.