Skip to content
Snippets Groups Projects
Commit 7249b8cd authored by Julien Malik's avatar Julien Malik
Browse files

WRG: path without return

parent 041827bf
No related branches found
No related tags found
No related merge requests found
...@@ -470,6 +470,8 @@ int CurlHelper::RetrieveFileMulti(const std::vector<std::string>& listURLs, ...@@ -470,6 +470,8 @@ int CurlHelper::RetrieveFileMulti(const std::vector<std::string>& listURLs,
// Cleanup // Cleanup
listFiles.clear(); listFiles.clear();
listCurlHandles.clear(); listCurlHandles.clear();
return 0;
#else #else
//fallback on non curl multi //fallback on non curl multi
otbMsgDevMacro(<< "Curl multi is not available, fallback on standard"); otbMsgDevMacro(<< "Curl multi is not available, fallback on standard");
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment