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/donkey/...


From: mldonkey-commits
Subject: [Mldonkey-commits] mldonkey distrib/ChangeLog src/networks/donkey/...
Date: Fri, 03 Feb 2006 21:00:47 +0000

CVSROOT:        /sources/mldonkey
Module name:    mldonkey
Branch:         
Changes by:     spiralvoice <address@hidden>    06/02/03 21:00:47

Modified files:
        distrib        : ChangeLog 
        src/networks/donkey: donkeyInteractive.ml 

Log message:
        patch #4862

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/mldonkey/mldonkey/distrib/ChangeLog.diff?tr1=1.706&tr2=1.707&r1=text&r2=text
http://cvs.savannah.gnu.org/viewcvs/mldonkey/mldonkey/src/networks/donkey/donkeyInteractive.ml.diff?tr1=1.87&tr2=1.88&r1=text&r2=text

Patches:
Index: mldonkey/distrib/ChangeLog
diff -u mldonkey/distrib/ChangeLog:1.706 mldonkey/distrib/ChangeLog:1.707
--- mldonkey/distrib/ChangeLog:1.706    Fri Feb  3 03:12:48 2006
+++ mldonkey/distrib/ChangeLog  Fri Feb  3 21:00:47 2006
@@ -15,6 +15,7 @@
 =========
 
 2006/02/03
+4862: EDK: Fix broken import of eMule temp Files (import_temp) (schlumpf)
 4860: Multiuser: print warning if admin password is empty
 - user admin is re-created if deleted, it has to be present in any case because
   some commands are only available for admin,  like users, remove_user and kill
Index: mldonkey/src/networks/donkey/donkeyInteractive.ml
diff -u mldonkey/src/networks/donkey/donkeyInteractive.ml:1.87 
mldonkey/src/networks/donkey/donkeyInteractive.ml:1.88
--- mldonkey/src/networks/donkey/donkeyInteractive.ml:1.87      Thu Jan 26 
10:34:53 2006
+++ mldonkey/src/networks/donkey/donkeyInteractive.ml   Fri Feb  3 21:00:47 2006
@@ -412,10 +412,8 @@
                     size := v
                 | _ -> ()
             ) f.P.tags;
-            let _ = query_download !filenames !size f.P.md4 None
-              (Some filename) (Some (List.rev f.P.absents)) true;
-            in
-            ()
+            ignore (really_query_download !filenames !size f.P.md4 None
+              (Some filename) (Some (List.rev f.P.absents)));
       with _ -> ()
   ) list
 




reply via email to

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