]> git.pld-linux.org Git - packages/wget.git/blobdiff - wget-noabort.patch
- updated to 1.11.1
[packages/wget.git] / wget-noabort.patch
index 04e76565386c36f8a44255c3c57aaf2a23945002..ee0b127f3ef56b0b17d02aa46c320deddaf37386 100644 (file)
@@ -2,12 +2,12 @@ err was uninitialized here (FTPOK in most cases), causing later
 confusion in ftp_loop_internal() and abort()
 --- wget-1.10.2/src/ftp.c.orig 2005-08-09 00:23:09.000000000 +0200
 +++ wget-1.10.2/src/ftp.c      2005-11-17 00:29:22.510795976 +0100
-@@ -918,7 +918,7 @@
+@@ -908,7 +908,7 @@
        if (dtsock < 0)
-       {
-         logprintf (LOG_NOTQUIET, "accept: %s\n", strerror (errno));
--        return err;
-+        return CONERROR;
-       }
+         {
+           logprintf (LOG_NOTQUIET, "accept: %s\n", strerror (errno));
+-          return err;
++          return CONERROR;
+         }
      }
  
This page took 0.044193 seconds and 4 git commands to generate.