diff --git a/src/azure_dfs_filesystem.cpp b/src/azure_dfs_filesystem.cpp index 1f20af6..838abac 100644 --- a/src/azure_dfs_filesystem.cpp +++ b/src/azure_dfs_filesystem.cpp @@ -170,7 +170,7 @@ unique_ptr AzureDfsStorageFileSystem::CreateHandle(const OpenFi } auto handle = make_uniq(*this, info, flags, storage_context->options, - file_system_client.GetFileClient(parsed_url.path)); + file_system_client.GetFileClient(file_path)); if (!handle->PostConstruct()) { return nullptr; }