chiark / gitweb /
Add __attribute__((const, pure, format)) in various places
[elogind.git] / src / core / load-fragment.c
index 3d23372630bd9da0556a4ff1e5e97c7f8ec06953..e2015ed58f4699585ec9e0f1cf075c2b9045dad9 100644 (file)
@@ -2270,7 +2270,7 @@ static int load_from_path(Unit *u, const char *path) {
                 /* Now, parse the file contents */
                 r = config_parse(u->id, filename, f, UNIT_VTABLE(u)->sections,
                                  config_item_perf_lookup,
-                                 (void*) load_fragment_gperf_lookup, false, u);
+                                 (void*) load_fragment_gperf_lookup, false, true, u);
                 if (r < 0)
                         goto finish;