Follow-up Comment #3, bug #14324 (project mldonkey):
I've played with replacing filetp files of 2.6.3 with 2.6.0 and found out
that it goes wrong after changes made in
fileTPGlobals.ml
checking difference show that problem lies here
@@ -209,19 +216,18 @@
Hashtbl.add clients_by_uid key c;
c
-let add_download file c url referer =
+let add_download file c url =
(* let r = new_result file.file_name (file_size file) in *)
(* add_source r c.client_user index; *)
if !verbose then lprintf "Adding file to client\n";
if not (List.memq c file.file_clients) then begin
let chunks = [ Int64.zero, file_size file ] in
(*
- let bs = Int64Swarmer.register_uploader file.file_swarmer
+ let bs = Int64Swarmer.register_uploader file.file_swarmer
(Int64Swarmer.AvailableRanges chunks) in *)
c.client_downloads <- c.client_downloads @ [{
download_file = file;
download_url = url;
- download_referer = referer;
download_chunks = chunks;
download_uploader = None;
download_ranges = [];
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?func=detailitem&item_id=14324>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
_______________________________________________
Mldonkey-bugs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/mldonkey-bugs