]> git.cameronkatri.com Git - cgit.git/blobdiff - shared.c
Merge branch 'lh/repo-scan'
[cgit.git] / shared.c
index 4cb95739c197d28b9fa381ff192d09cba7f5c473..d7b2d5a9efe777acc8140ae9401b9c9d17a5fd79 100644 (file)
--- a/shared.c
+++ b/shared.c
@@ -48,12 +48,13 @@ struct cgit_repo *cgit_add_repo(const char *url)
        }
 
        ret = &cgit_repolist.repos[cgit_repolist.count-1];
+       memset(ret, 0, sizeof(struct cgit_repo));
        ret->url = trim_end(url, '/');
        ret->name = ret->url;
        ret->path = NULL;
        ret->desc = "[no description]";
        ret->owner = NULL;
-       ret->group = ctx.cfg.repo_group;
+       ret->section = ctx.cfg.section;
        ret->defbranch = "master";
        ret->snapshots = ctx.cfg.snapshots;
        ret->enable_log_filecount = ctx.cfg.enable_log_filecount;