summary refs log blame commit diff
path: root/pkgs/games/spring/fix-certs.patch
blob: b31160a05cc60b01759fe75198b442d9a54e7b09 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11










                                                                          
--- a/src/downloader/lib/src/Downloader/CurlWrapper.cpp
+++ b/src/downloader/lib/src/Downloader/CurlWrapper.cpp
@@ -108,7 +108,6 @@
 		if (res != CURLE_OK) {
 			LOG_WARN("Error setting CURLOPT_CAPATH: %d", res);
 		}
-		return;
 	}
 
 	const std::string cafile = GetCAFilePath();