diff --git a/src/engine/shared/http.cpp b/src/engine/shared/http.cpp index ebe46c836..225a60ffc 100644 --- a/src/engine/shared/http.cpp +++ b/src/engine/shared/http.cpp @@ -174,7 +174,7 @@ bool CHttpRequest::ConfigureHandle(void *pHandle) } #ifdef CONF_PLATFORM_ANDROID - curl_easy_setopt(pHandle, CURLOPT_CAINFO, "data/cacert.pem"); + curl_easy_setopt(pH, CURLOPT_CAINFO, "data/cacert.pem"); #endif switch(m_Type)