X-Git-Url: https://gitweb.ps.run/ps-cgit/blobdiff_plain/c4fbb99cee30fa295e240b429b2dc7e8ad83d535..b522a302c9c4fb9fd9e1ea829ee990afc74980ca:/shared.c diff --git a/shared.c b/shared.c index d7c7636..f7b64cf 100644 --- a/shared.c +++ b/shared.c @@ -53,6 +53,7 @@ struct cgit_repo *cgit_add_repo(const char *url) ret->name = ret->url; ret->path = NULL; ret->desc = cgit_default_repo_desc; + ret->extra_head_content = NULL; ret->owner = NULL; ret->homepage = NULL; ret->section = ctx.cfg.section;