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:
parent
93b3d1ad7e
commit
f37830f46e
1 changed files with 7 additions and 8 deletions
|
@ -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..." ) );
|
||||
|
||||
|
|
Loading…
Reference in a new issue