From c89cfaad5eedcb214733c315b33168cc55f979b6 Mon Sep 17 00:00:00 2001 From: erdgeist <> Date: Fri, 5 Jan 2007 13:00:06 +0000 Subject: Be more helpful --- trackerlogic.c | 1 + 1 file changed, 1 insertion(+) (limited to 'trackerlogic.c') diff --git a/trackerlogic.c b/trackerlogic.c index 5a74e2c..620e056 100644 --- a/trackerlogic.c +++ b/trackerlogic.c @@ -32,6 +32,7 @@ static ot_torrent* const OT_TORRENT_NOT_ON_WHITELIST = (ot_torrent*)1; #endif #ifdef WANT_BLACKLIST +int g_check_blacklist = 1; static ot_torrent* const OT_TORRENT_ON_BLACKLIST = (ot_torrent*)2; #endif -- cgit v1.2.3