bugmldonkey, a multi-networks file-sharing client - Bugs: bug #1759, can't download previously canceled...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

bug #1759: can't download previously canceled donwload

Submitter:  None
Submitted:  Wed 20 Nov 2002 05:02:50 PM UTC
   
 
Category:  Core Severity:  3 - Normal
Item Group:  None Status:  None
Assigned to:  None Open/Closed:  Closed
Release:  2.00 Release: 
Operating System:  Linux Binaries Origin:  CVS / Self compiled
CPU type:  None

Tue 02 Dec 2003 06:26:11 PM UTC, comment #2: 

This patch report is very old. If the bug still exists in current
versions please post a new bug report - spiralvoice

spiralvoice <spiralvoice>
Group administrator
Thu 21 Nov 2002 06:34:24 PM UTC, comment #1: 

y0 thats right
u have to kill the core and restart it, otherwise is wont work

Anonymous
Wed 20 Nov 2002 05:02:50 PM UTC, original submission:  

If you cancel a download you can't download the same file until you relaunch mldonkey.
current_files list isn't not updated ?

i've made this modification to donkeyInteractive.ml and seems to work :p

file_ops.op_file_cancel <- (fun file ->
   Hashtbl.remove files_by_md4 file.file_md4;
   current_files := List2.removeq file !current_files;

this line ^ added to remove canceled downloads from the current_files list

hope this help...


Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

CC list is empty

 

There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

 

Follows 1 latest change.

Date Changed by Updated Field Previous Value => Replaced by
2003-12-02 spiralvoice Open/ClosedOpen Closed

Back to the top

Powered by Savane 3.13-4b48.
Corresponding source code