1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 09:37:56 +00:00

(trunk gtk) update the blocklist URL

This commit is contained in:
Charles Kerr 2009-03-04 16:42:20 +00:00
parent 93b3d1ad7e
commit f37830f46e

View file

@ -78,14 +78,13 @@ writeFunc( void * ptr,
static gpointer
blocklistThreadFunc( gpointer gcore )
{
TrCore * core = TR_CORE( gcore );
const char * url =
"http://download.m0k.org/transmission/files/level1.gz";
gboolean ok = TRUE;
char * filename = NULL;
char * filename2 = NULL;
int fd;
int rules;
int fd;
int rules;
gboolean ok = TRUE;
char * filename = NULL;
char * filename2 = NULL;
const char * url = "http://update.transmissionbt.com/level1.gz";
TrCore * core = TR_CORE( gcore );
emitProgress( core, FALSE, _( "Retrieving blocklist..." ) );