This commit is contained in:
		| @@ -830,7 +830,7 @@ auto remote_server::json_create_directory_snapshot( | |||||||
|     auto list = drive_.get_directory_items(utils::path::create_api_path(path)); |     auto list = drive_.get_directory_items(utils::path::create_api_path(path)); | ||||||
|     auto iter = std::make_shared<directory_iterator>(std::move(list)); |     auto iter = std::make_shared<directory_iterator>(std::move(list)); | ||||||
|     auto handle = get_next_handle(); |     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["path"] = path; | ||||||
|     json_data["handle"] = handle; |     json_data["handle"] = handle; | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user