Merge pull request #496 from chros73/fix_type_of_var

Fix type of m_ssl_verify_host variable
This commit is contained in:
Jari Sundell
2016-08-30 22:17:17 +09:00
committed by GitHub
+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;
};