minor fix of the use of TORRENT_USE_I2P

This commit is contained in:
Alden Torres 2016-12-05 14:59:39 -05:00 committed by Arvid Norberg
parent 37cbdc5b37
commit 553cff97fb
1 changed files with 1 additions and 1 deletions

View File

@ -2770,7 +2770,7 @@ namespace libtorrent
#endif
req.key = tracker_key();
#ifdef TORRENT_USE_OPENSSL
#if TORRENT_USE_I2P
if (is_i2p())
{
req.kind |= tracker_request::i2p;