minor fix of the use of TORRENT_USE_I2P
This commit is contained in:
parent
37cbdc5b37
commit
553cff97fb
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue