]> git.ipfire.org Git - thirdparty/systemd.git/blobdiff - src/core/load-fragment.c
conf-parser: turn three bool function params into a flags fields
[thirdparty/systemd.git] / src / core / load-fragment.c
index 84f2931b6302656d1143f7faec3cebcf0e871793..53a95caeaf33dabf878cf7273f495b136f400878 100644 (file)
@@ -4450,7 +4450,7 @@ static int load_from_path(Unit *u, const char *path) {
                 r = config_parse(u->id, filename, f,
                                  UNIT_VTABLE(u)->sections,
                                  config_item_perf_lookup, load_fragment_gperf_lookup,
-                                 false, true, false, u);
+                                 CONFIG_PARSE_ALLOW_INCLUDE, u);
                 if (r < 0)
                         return r;
         }