diff options
author | erdgeist <> | 2007-01-05 13:00:06 +0000 |
---|---|---|
committer | erdgeist <> | 2007-01-05 13:00:06 +0000 |
commit | c89cfaad5eedcb214733c315b33168cc55f979b6 (patch) | |
tree | cb8d48bac3029ef4555999b33b78bfea3daa43bc /trackerlogic.c | |
parent | 2aa03492a51e637931981f413a4da28abc75da97 (diff) |
Be more helpful
Diffstat (limited to 'trackerlogic.c')
-rw-r--r-- | trackerlogic.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; | |||
32 | #endif | 32 | #endif |
33 | 33 | ||
34 | #ifdef WANT_BLACKLIST | 34 | #ifdef WANT_BLACKLIST |
35 | int g_check_blacklist = 1; | ||
35 | static ot_torrent* const OT_TORRENT_ON_BLACKLIST = (ot_torrent*)2; | 36 | static ot_torrent* const OT_TORRENT_ON_BLACKLIST = (ot_torrent*)2; |
36 | #endif | 37 | #endif |
37 | 38 | ||