From 16457e2280023cf863cce07bf5578fcdca64d076 Mon Sep 17 00:00:00 2001 From: Arvid Norberg Date: Sun, 18 Feb 2007 18:28:07 +0000 Subject: [PATCH] fixed missing #ifdef --- include/libtorrent/session_settings.hpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/libtorrent/session_settings.hpp b/include/libtorrent/session_settings.hpp index e46a821e9..7f6418d74 100644 --- a/include/libtorrent/session_settings.hpp +++ b/include/libtorrent/session_settings.hpp @@ -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;