diff --git a/doc/rtorrent.rc b/doc/rtorrent.rc index 9c940ebe..54383176 100644 --- a/doc/rtorrent.rc +++ b/doc/rtorrent.rc @@ -100,4 +100,4 @@ # Set downlad list layout style. ("full", "compact") # -#torrent_list_layout = "full" +#ui.torrent_list.layout.set = "full" diff --git a/src/core/curl_stack.h b/src/core/curl_stack.h index ace12abd..ebcfbcf7 100644 --- a/src/core/curl_stack.h +++ b/src/core/curl_stack.h @@ -142,7 +142,7 @@ class CurlStack : std::deque { std::string m_httpCaPath; std::string m_httpCaCert; - long m_ssl_verify_host; + bool m_ssl_verify_host; bool m_ssl_verify_peer; long m_dns_timeout; };