X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=src%2Fshared%2Finstall.c;h=edf4d2a9fe979b8dbc4c7e09e05938a6655dea20;hb=2f79c10e9aef916efbcf29315eea8c25d0a50ac4;hp=b22019d7b5ddcb24ca9a7967c9280de2d9fa2444;hpb=ef42202ac8ed27e7ff1fc90ef8bc2590046dff25;p=elogind.git diff --git a/src/shared/install.c b/src/shared/install.c index b22019d7b..edf4d2a9f 100644 --- a/src/shared/install.c +++ b/src/shared/install.c @@ -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;