]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/resolve/resolved-conf.c
conf-parser: turn three bool function params into a flags fields
[thirdparty/systemd.git] / src / resolve / resolved-conf.c
index 3cf4261ff0a85294587d48c42a2702205c961c09..39dc358a489932f819ffd8c5a888c9616afa1ef4 100644 (file)
@@ -236,7 +236,7 @@ int manager_parse_config_file(Manager *m) {
                                      CONF_PATHS_NULSTR("systemd/resolved.conf.d"),
                                      "Resolve\0",
                                      config_item_perf_lookup, resolved_gperf_lookup,
-                                     false, m);
+                                     CONFIG_PARSE_WARN, m);
         if (r < 0)
                 return r;