chiark / gitweb /
hashmap.h: fix coding style issue
[elogind.git] / src / shared / install.c
index b22019d7b5ddcb24ca9a7967c9280de2d9fa2444..edf4d2a9fe979b8dbc4c7e09e05938a6655dea20 100644 (file)
@@ -1015,7 +1015,7 @@ static int unit_file_load(
         }
 
         r = config_parse(NULL, path, f, NULL,
-                         config_item_table_lookup, (void*) items, true, info);
+                         config_item_table_lookup, (void*) items, true, true, info);
         if (r < 0)
                 return r;