Skip to content

Commit cd8dd50

Browse files
authored
Merge pull request #235 from carlopi/fixup262
Fixup #232, thanks @DinosL
2 parents 7d19b89 + b8d816c commit cd8dd50

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/httpfs_curl_client.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ class HTTPFSCurlClient : public HTTPClient {
144144
cert_file_path = SelectCURLCertPath();
145145
}
146146
curl = make_uniq<CURLHandle>(bearer_token, cert_file_path);
147+
stored_bearer_token = bearer_token;
147148
}
148149
request_info = make_uniq<RequestInfo>();
149150

0 commit comments

Comments
 (0)