diff options
Diffstat (limited to 'shared.c')
| -rw-r--r-- | shared.c | 3 |
1 files changed, 2 insertions, 1 deletions
| @@ -48,12 +48,13 @@ struct cgit_repo *cgit_add_repo(const char *url) | |||
| 48 | } | 48 | } |
| 49 | 49 | ||
| 50 | ret = &cgit_repolist.repos[cgit_repolist.count-1]; | 50 | ret = &cgit_repolist.repos[cgit_repolist.count-1]; |
| 51 | memset(ret, 0, sizeof(struct cgit_repo)); | ||
| 51 | ret->url = trim_end(url, '/'); | 52 | ret->url = trim_end(url, '/'); |
| 52 | ret->name = ret->url; | 53 | ret->name = ret->url; |
| 53 | ret->path = NULL; | 54 | ret->path = NULL; |
| 54 | ret->desc = "[no description]"; | 55 | ret->desc = "[no description]"; |
| 55 | ret->owner = NULL; | 56 | ret->owner = NULL; |
| 56 | ret->group = ctx.cfg.repo_group; | 57 | ret->section = ctx.cfg.section; |
| 57 | ret->defbranch = "master"; | 58 | ret->defbranch = "master"; |
| 58 | ret->snapshots = ctx.cfg.snapshots; | 59 | ret->snapshots = ctx.cfg.snapshots; |
| 59 | ret->enable_log_filecount = ctx.cfg.enable_log_filecount; | 60 | ret->enable_log_filecount = ctx.cfg.enable_log_filecount; |
