We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 97962f7 commit 06444a6Copy full SHA for 06444a6
1 file changed
port/cpl_vsil_s3.cpp
@@ -576,7 +576,7 @@ bool VSIDIRS3::IssueListDir()
576
}
577
578
struct curl_slist *headers =
579
- VSICurlSetOptions(hCurlHandle, poHandleHelper->GetURL().c_str(),
+ VSICurlSetOptions(hCurlHandle, l_poHandlerHelper->GetURL().c_str(),
580
aosHTTPOptions.List());
581
582
headers = l_poHandlerHelper->GetCurlHeaders("GET", headers);
0 commit comments