1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 01:27:28 +00:00

(trunk libT) update the blocklist URL to "http://update.transmissionbt.com/level1"

This commit is contained in:
Charles Kerr 2009-04-07 20:38:15 +00:00
parent 63b40ac647
commit 640c9a25dd

View file

@ -846,9 +846,7 @@ blocklistUpdate( tr_session * session,
tr_benc * args_out UNUSED,
struct tr_rpc_idle_data * idle_data )
{
/* FIXME: use this url after the website's updated */
/* const char * url = "http://update.transmissionbt.com/level1"; */
const char * url = "http://download.m0k.org/transmission/files/level1";
const char * url = "http://update.transmissionbt.com/level1";
tr_webRun( session, url, NULL, gotNewBlocklist, idle_data );
return NULL;
}