Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git] / pkgs / games / spring / fix-certs.patch
blobb31160a05cc60b01759fe75198b442d9a54e7b09
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);
7 - return;
10 const std::string cafile = GetCAFilePath();