chiark / gitweb /
conf-parser: restrict .include usage
[elogind.git] / src / core / main.c
index ab2ac00d7636906ec95ecc6bd4c4aeed9812e5d5..695e232514bca043a5b4072620474fe0b7331159 100644 (file)
@@ -677,7 +677,7 @@ static int parse_config_file(void) {
                 return 0;
         }
 
-        r = config_parse(NULL, fn, f, "Manager\0", config_item_table_lookup, (void*) items, false, NULL);
+        r = config_parse(NULL, fn, f, "Manager\0", config_item_table_lookup, (void*) items, false, false, NULL);
         if (r < 0)
                 log_warning("Failed to parse configuration file: %s", strerror(-r));