diff options
| author | Zousar Shaker <[email protected]> | 2025-02-27 01:27:34 -0700 |
|---|---|---|
| committer | GitHub Enterprise <[email protected]> | 2025-02-27 09:27:34 +0100 |
| commit | 38a58059214bacc18c8a6406acf7f46c57f51e86 (patch) | |
| tree | d155436450c2c527ef87a31ca48d778ceabfb407 /src/zenutil/jupiter/jupiterclient.cpp | |
| parent | Fix bug causing crash if large file was exact multiple of 256KB when using ze... (diff) | |
| download | zen-38a58059214bacc18c8a6406acf7f46c57f51e86.tar.xz zen-38a58059214bacc18c8a6406acf7f46c57f51e86.zip | |
Zs/auth bad function fix (#287)
* Describe fix in changelog
* remove JupiterClient::m_TokenProvider
---------
Co-authored-by: zousar <[email protected]>
Co-authored-by: Dan Engelbrecht <[email protected]>
Diffstat (limited to 'src/zenutil/jupiter/jupiterclient.cpp')
| -rw-r--r-- | src/zenutil/jupiter/jupiterclient.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/zenutil/jupiter/jupiterclient.cpp b/src/zenutil/jupiter/jupiterclient.cpp index 5e5da3750..dbac218a4 100644 --- a/src/zenutil/jupiter/jupiterclient.cpp +++ b/src/zenutil/jupiter/jupiterclient.cpp @@ -11,7 +11,6 @@ JupiterClient::JupiterClient(const JupiterClientOptions& Options, std::function< , m_DefaultDdcNamespace(Options.DdcNamespace) , m_DefaultBlobStoreNamespace(Options.BlobStoreNamespace) , m_ComputeCluster(Options.ComputeCluster) -, m_TokenProvider(std::move(TokenProvider)) , m_HttpClient(Options.ServiceUrl, HttpClientSettings{.ConnectTimeout = Options.ConnectTimeout, .Timeout = Options.Timeout, |