Update of bug #13951 (project mldonkey):

                  Status:                    None => Wont Fix               
             Open/Closed:                    Open => Closed                 

    _______________________________________________________

Follow-up Comment #1:

You are refering to code in commonOptions.ml, right?
Lets take a closer look at those code segments:

  option_hook web_infos (fun _ ->
      List.iter (fun remove ->
          if List.mem remove !!web_infos then
            web_infos =:= List2.remove remove !!web_infos
      )
      [
        ("server.met", 1,
"http://savannah.nongnu.org/download/mldonkey/network/servers.met";);
        ("ocl",1,
"http://savannah.nongnu.org/download/mldonkey/network/peers.ocl";);
      ]
  );

This code searches the option web_infos in downloads.ini for the
Savannah URL and *removes* them if they are found there.
This is due to the fact that earlier versions (2+ years ago)
used Savannah for storing files which is discouraged.

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/bugs/?func=detailitem&item_id=13951>

_______________________________________________
  Nachricht geschickt von/durch Savannah
  http://savannah.nongnu.org/



_______________________________________________
Mldonkey-bugs mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/mldonkey-bugs

Reply via email to