Skip to content

Commit 4c1685b

Browse files
Fixed copy and paste error.
1 parent 118c7b6 commit 4c1685b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

aws-cpp-sdk-core/source/http/curl/CurlHttpClient.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ std::shared_ptr<HttpResponse> CurlHttpClient::MakeRequest(HttpRequest& request,
361361
}
362362
if(!m_caFile.empty())
363363
{
364-
curl_easy_setopt(connectionHandle, CURLOPT_CAINFO, m_caPath.c_str());
364+
curl_easy_setopt(connectionHandle, CURLOPT_CAINFO, m_caFile.c_str());
365365
}
366366

367367
// only set by android test builds because the emulator is missing a cert needed for aws services

0 commit comments

Comments
 (0)