Fix type of m_ssl_verify_host variable (See #12)

This commit is contained in:
chros
2016-08-29 11:04:51 +01:00
parent 0cba9cbf9b
commit bdb0d99c5c
+1 -1
View File
@@ -142,7 +142,7 @@ class CurlStack : std::deque<CurlGet*> {
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;
};