diff options
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 | ||
