at master 282 B view raw
1--- a/src/downloader/lib/src/Downloader/CurlWrapper.cpp 2+++ b/src/downloader/lib/src/Downloader/CurlWrapper.cpp 3@@ -108,7 +108,6 @@ 4 if (res != CURLE_OK) { 5 LOG_WARN("Error setting CURLOPT_CAPATH: %d", res); 6 } 7- return; 8 } 9 10 const std::string cafile = GetCAFilePath(); 11