mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-08-30 12:55:49 +00:00
Search files should use store id (#454)
This commit is contained in:
parent
e71d76de98
commit
8b18e4be51
@ -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:
|
||||||
|
Loading…
Reference in New Issue
Block a user