repo.or.cz
/
NixPkgs.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge pull request #268619 from tweag/lib-descriptions
[NixPkgs.git]
/
pkgs
/
games
/
spring
/
fix-certs.patch
blob
b31160a05cc60b01759fe75198b442d9a54e7b09
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