fixed missing #ifdef

This commit is contained in:
Arvid Norberg 2007-02-18 18:28:07 +00:00
parent 320de0d8e6
commit 16457e2280
1 changed files with 2 additions and 0 deletions

View File

@ -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;