1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-08-31 06:46:13 +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

View File

@@ -3194,7 +3194,7 @@ seaf_fs_manager_search_files (SeafFSManager *mgr,
goto out; 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); str, repo->version, &file_list);
out: out: