This commit is contained in:
parent
509eeca760
commit
4de4386142
@ -830,7 +830,7 @@ auto remote_server::json_create_directory_snapshot(
|
||||
auto list = drive_.get_directory_items(utils::path::create_api_path(path));
|
||||
auto iter = std::make_shared<directory_iterator>(std::move(list));
|
||||
auto handle = get_next_handle();
|
||||
directory_cache_.set_directory(api_path, handle, iter);
|
||||
directory_cache_.set_directory(path, handle, iter);
|
||||
|
||||
json_data["path"] = path;
|
||||
json_data["handle"] = handle;
|
||||
|
Loading…
x
Reference in New Issue
Block a user