Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 254102 - [patch] net-p2p/mldonkey-2.9.6: can't change BT-max_bt_uploaders variable
Summary: [patch] net-p2p/mldonkey-2.9.6: can't change BT-max_bt_uploaders variable
Status: RESOLVED DUPLICATE of bug 238547
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Server (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Gentoo net-p2p team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-07 14:20 UTC by Vladislav Poluhin
Modified: 2009-01-07 19:20 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Vladislav Poluhin 2009-01-07 14:20:18 UTC
--- src/networks/bittorrent/bTOptions.ml.orig   Thu Oct 30 23:51:24 2008
+++ src/networks/bittorrent/bTOptions.ml        Thu Oct 30 23:47:33 2008
@@ -122,7 +122,7 @@
       (fun _ ->
         let v1 = int_of_string (strings_of_option max_upload_slots).option_default in
         let v2 = int_of_string (strings_of_option max_bt_uploaders).option_default in
-        if !!max_bt_uploaders < 1 || !!max_bt_uploaders > v1 then max_bt_uploaders =:= v2;
+        if !!max_bt_uploaders < 1 || !!max_bt_uploaders < v1 then max_bt_uploaders =:= v2;
        check_bt_uploaders ()
         );
     option_hook max_tracker_redirect   (** #4541 [egs] **)

Reproducible: Always
Comment 1 Raúl Porcel (RETIRED) gentoo-dev 2009-01-07 19:20:49 UTC

*** This bug has been marked as a duplicate of bug 238547 ***