]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/main.c
conf-parser: turn three bool function params into a flags fields
[thirdparty/systemd.git] / src / core / main.c
index 3e766f0645151b31af8323d28de3345f0e09f166..96cac1cd9ecd77cc82b07c97d4ed419439da71ed 100644 (file)
@@ -768,7 +768,7 @@ static int parse_config_file(void) {
                 CONF_PATHS_NULSTR("systemd/system.conf.d") :
                 CONF_PATHS_NULSTR("systemd/user.conf.d");
 
-        config_parse_many_nulstr(fn, conf_dirs_nulstr, "Manager\0", config_item_table_lookup, items, false, NULL);
+        (void) config_parse_many_nulstr(fn, conf_dirs_nulstr, "Manager\0", config_item_table_lookup, items, CONFIG_PARSE_WARN, NULL);
 
         /* Traditionally "0" was used to turn off the default unit timeouts. Fix this up so that we used USEC_INFINITY
          * like everywhere else. */