From 640c9a25dd81a996996ce5981fa05f3460fbf672 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Tue, 7 Apr 2009 20:38:15 +0000 Subject: [PATCH] (trunk libT) update the blocklist URL to "http://update.transmissionbt.com/level1" --- libtransmission/rpcimpl.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/libtransmission/rpcimpl.c b/libtransmission/rpcimpl.c index 22dae1143..38d11aa68 100644 --- a/libtransmission/rpcimpl.c +++ b/libtransmission/rpcimpl.c @@ -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; }