]> git.pld-linux.org Git - packages/boa.git/commitdiff
- fixed bug in IPv6 code
authorkravietz <kravietz@pld-linux.org>
Sun, 10 Sep 2000 02:47:49 +0000 (02:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    boa-PLD.patch -> 1.8

boa-PLD.patch

index 7f34197ebf3be2d5807e7873f599e53cfb41db87..2737525c75ac16e649d666ac890f01474c5acc3d 100644 (file)
@@ -79,3 +79,15 @@ diff -bruN boa-0.94.8.2/src/defines.h boa-0.94.8.2.pld/src/defines.h
  #endif
  
  /***** Various stuff that you may want to tweak, but probably shouldn't *****/
+diff -bruN boa-0.94.8.2/src/ip.c boa-0.94.8.2.pld/src/ip.c
+--- boa-0.94.8.2/src/ip.c      Sat Feb 12 22:52:45 2000
++++ boa-0.94.8.2.pld/src/ip.c  Sun Sep 10 04:47:32 2000
+@@ -89,8 +89,6 @@
+                     dest, len, NULL, 0, NI_NUMERICHOST)) {
+         fprintf(stderr, "[IPv6] getnameinfo failed\n");
+         *dest = '\0';
+-    } else {
+-        conn->local_ip_addr = strdup(host);
+     }
+ #ifdef WHEN_DOES_THIS_APPLY
+     if ((s->__ss_family == AF_INET6) &&
This page took 0.098963 seconds and 4 git commands to generate.