mldonkey-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-commits] mldonkey distrib/ChangeLog src/networks/fileTP/...


From: mldonkey-commits
Subject: [Mldonkey-commits] mldonkey distrib/ChangeLog src/networks/fileTP/...
Date: Sun, 07 Nov 2010 15:08:04 +0000

CVSROOT:        /sources/mldonkey
Module name:    mldonkey
Changes by:     spiralvoice <spiralvoice>       10/11/07 15:08:04

Modified files:
        distrib        : ChangeLog 
        src/networks/fileTP: fileTPInteractive.ml 

Log message:
        patch #7375

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/mldonkey/distrib/ChangeLog?cvsroot=mldonkey&r1=1.1500&r2=1.1501
http://cvs.savannah.gnu.org/viewcvs/mldonkey/src/networks/fileTP/fileTPInteractive.ml?cvsroot=mldonkey&r1=1.62&r2=1.63

Patches:
Index: distrib/ChangeLog
===================================================================
RCS file: /sources/mldonkey/mldonkey/distrib/ChangeLog,v
retrieving revision 1.1500
retrieving revision 1.1501
diff -u -b -r1.1500 -r1.1501
--- distrib/ChangeLog   7 Nov 2010 15:02:55 -0000       1.1500
+++ distrib/ChangeLog   7 Nov 2010 15:08:04 -0000       1.1501
@@ -15,6 +15,7 @@
 =========
 
 2010/11/07
+7375: FileTP: fix submitting ftp download links (ygrek)
 7374: BT: calculate compatible hash for wrong torrents (ygrek)
 6012: http_client: Support gzip accept-encoding + content-encoding (ygrek)
 

Index: src/networks/fileTP/fileTPInteractive.ml
===================================================================
RCS file: /sources/mldonkey/mldonkey/src/networks/fileTP/fileTPInteractive.ml,v
retrieving revision 1.62
retrieving revision 1.63
diff -u -b -r1.62 -r1.63
--- src/networks/fileTP/fileTPInteractive.ml    18 Mar 2008 08:24:38 -0000      
1.62
+++ src/networks/fileTP/fileTPInteractive.ml    7 Nov 2010 15:08:04 -0000       
1.63
@@ -307,7 +307,7 @@
     else 
       if (String2.check_prefix real_url "ftp://";) ||
          (String2.check_prefix real_url "ssh://") then (
-      download_file url "" user group;
+      download_file real_url "" user group;
       "started FileTP download", true)
     else
       "invalid URL", false



reply via email to

[Prev in Thread] Current Thread [Next in Thread]