summaryrefslogtreecommitdiff
path: root/trackerlogic.c
diff options
context:
space:
mode:
authorerdgeist <>2007-01-05 13:00:06 +0000
committererdgeist <>2007-01-05 13:00:06 +0000
commitc89cfaad5eedcb214733c315b33168cc55f979b6 (patch)
treecb8d48bac3029ef4555999b33b78bfea3daa43bc /trackerlogic.c
parent2aa03492a51e637931981f413a4da28abc75da97 (diff)
Be more helpful
Diffstat (limited to 'trackerlogic.c')
-rw-r--r--trackerlogic.c1
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
35int g_check_blacklist = 1;
35static ot_torrent* const OT_TORRENT_ON_BLACKLIST = (ot_torrent*)2; 36static ot_torrent* const OT_TORRENT_ON_BLACKLIST = (ot_torrent*)2;
36#endif 37#endif
37 38