1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-08-02 07:43:09 +00:00

Search files should use store id (#454)

This commit is contained in:
feiniks 2021-03-08 17:25:14 +08:00 committed by GitHub
parent e71d76de98
commit 8b18e4be51
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3194,7 +3194,7 @@ seaf_fs_manager_search_files (SeafFSManager *mgr,
goto out;
}
search_files_recursive (mgr, repo_id, "", head->root_id,
search_files_recursive (mgr, repo->store_id, "", head->root_id,
str, repo->version, &file_list);
out: