1
0
mirror of https://github.com/haiwen/seafile-server.git synced 2025-09-25 06:25:13 +00:00

Fix the problem that when change the name of a virtual repo, the name in share repo list is not changed.

This commit is contained in:
ly1217
2018-10-28 22:50:01 -07:00
parent 2947005d90
commit 89c8fa1225
3 changed files with 65 additions and 13 deletions

View File

@@ -3840,6 +3840,8 @@ retry:
goto retry;
}
seaf_repo_manager_update_repo_info (seaf->repo_mgr, repo_id, repo->head->commit_id);
out:
seaf_commit_unref (commit);
seaf_commit_unref (parent);