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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user