]> git.pld-linux.org Git - packages/apache1-mod_perl.git/commitdiff
- pointer fix PLD_1_0_freez RA-branch RA-1_0 STABLE agaran-test apache-mod_perl-1_25-4 apache-mod_perl-1_26-1 apache-mod_perl-1_26-2 apache-mod_perl-1_26-5 apache-mod_perl-1_26-6 apache-mod_perl-1_26-8 apache-mod_perl-1_26-9 apache-mod_perl-1_27-1 apache-mod_perl-1_27-2
authorJan Rękorajski <baggins@pld-linux.org>
Thu, 12 Apr 2001 14:36:46 +0000 (14:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    mod_perl-v6.patch -> 1.2

mod_perl-v6.patch

index d17ccb52f4cad50281905a564f064042c276c6c9..bf8c2dfe24a303a0f87af304293209bea215f7c5 100644 (file)
@@ -17,7 +17,7 @@
 +      switch(conn->remote_addr.ss_family)
 +      {
 +              case AF_INET:
-+                      inet_pton(AF_INET, conn->remote_ip, ((struct sockaddr_in*)&conn->remote_addr)->sin_addr.s_addr);
++                      inet_pton(AF_INET, conn->remote_ip, &((struct sockaddr_in*)&conn->remote_addr)->sin_addr.s_addr);
 +                      break;
 +              case AF_INET6:
 +                      inet_pton(AF_INET6, conn->remote_ip, ((struct sockaddr_in6*)&conn->remote_addr)->sin6_addr.s6_addr);
This page took 0.067174 seconds and 4 git commands to generate.