aboutsummaryrefslogtreecommitdiffstats
path: root/src/blogc-git-receiver/settings.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/blogc-git-receiver/settings.c')
-rw-r--r--src/blogc-git-receiver/settings.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/blogc-git-receiver/settings.c b/src/blogc-git-receiver/settings.c
index db29b18..e437a67 100644
--- a/src/blogc-git-receiver/settings.c
+++ b/src/blogc-git-receiver/settings.c
@@ -95,7 +95,7 @@ bgr_settings_parse(void)
return NULL;
}
- bc_config_t *config = bc_config_parse(config_content, len, NULL, &err);
+ bc_config_t *config = bc_config_parse(config_content, len, NULL, NULL, &err);
free(config_content);
if (err != NULL) {
fprintf(stderr, "warning: failed to parse configuration file (%s): %s\n",