chiark / gitweb /
Report about syntax errors with metadata
[elogind.git] / src / bootchart / bootchart.c
index d6c63cd1297c9c3ea872df82cdc5096654c11297..3350ea1d89dbf50f53863ee5c9e37170c5c521ef 100644 (file)
@@ -123,7 +123,7 @@ static void parse_conf(void) {
         if (!f)
                 return;
 
-        r = config_parse(BOOTCHART_CONF, f,
+        r = config_parse(NULL, BOOTCHART_CONF, f,
                          NULL, config_item_table_lookup, (void*) items, true, NULL);
         if (r < 0)
                 log_warning("Failed to parse configuration file: %s", strerror(-r));