forked from premiere/premiere-libtorrent
fixed missing #ifdef
This commit is contained in:
parent
320de0d8e6
commit
16457e2280
|
@ -58,7 +58,9 @@ namespace libtorrent
|
|||
, urlseed_pipeline_size(5)
|
||||
, file_pool_size(40)
|
||||
, allow_multiple_connections_per_ip(false)
|
||||
#ifndef TORRENT_DISABLE_DHT
|
||||
, use_dht_as_fallback(true)
|
||||
#endif
|
||||
{}
|
||||
|
||||
std::string proxy_ip;
|
||||
|
|
Loading…
Reference in New Issue