mirror of
https://github.com/haiwen/seafile-server.git
synced 2025-09-20 02:32:56 +00:00
Fix a error in listing repos with group_name.
This commit is contained in:
@@ -4081,7 +4081,6 @@ seaf_get_group_repos_by_user (SeafRepoManager *mgr,
|
|||||||
|
|
||||||
int repo_group_id = 0;
|
int repo_group_id = 0;
|
||||||
char *group_name = NULL;
|
char *group_name = NULL;
|
||||||
groups = g_list_reverse (groups);
|
|
||||||
q = repos;
|
q = repos;
|
||||||
|
|
||||||
/* Add group_name to repo. Both groups and repos are listed by group_id in descending order */
|
/* Add group_name to repo. Both groups and repos are listed by group_id in descending order */
|
||||||
|
Reference in New Issue
Block a user