mldonkey-bugs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Mldonkey-bugs] Re: [bug #5575] Soulseek problem in slskServers.ml


From: Niall Brady
Subject: [Mldonkey-bugs] Re: [bug #5575] Soulseek problem in slskServers.ml
Date: Thu, 25 Sep 2003 19:57:18 +0100

On Thu, 25 Sep 2003 14:50:30 EDT, address@hidden said:
>
>Patch attached, and I've contacted the soulseek developers
>too, because the slskinfo2 file contains the wrong
>server name too ;-)

Gah, messed up last time; sorry.  Patch included in body here, and
it seems to have gotten through as bug #5576 too.




Index: slskServers.ml
===================================================================
RCS file:
/cvsroot/mldonkey/mldonkey/src/networks/soulseek/slskServers.ml,v
retrieving revision 1.3
diff -u -r1.3 slskServers.ml
--- slskServers.ml      23 May 2003 17:39:27 -0000      1.3
+++ slskServers.ml      25 Sep 2003 18:47:38 -0000
@@ -239,7 +239,7 @@
     match !server_list with
       [] ->
         if !load_server_list_last + 600 < last_time () then
-          load_url slsk_kind "http://www.slsk.org/slskinfo2";;
+          load_url slsk_kind "http://www.slsknet.org/slskinfo2";;
         Hashtbl.iter (fun _ s ->
             server_list := s :: !server_list) servers_by_addr
     | s :: tail ->




-- 
        Niall




reply via email to

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