X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Finstall.c;h=a080d8f328af9ae4acbd3041362f6f5d5b2985c2;hp=190c554347ac200f3d9462e82d94552e002fb5e5;hb=e9f3d2d508bfd9fb5b54e82994bda365a71eb864;hpb=8201af08fa09c2bd0f005fbe262f27e2c5bd2d86 diff --git a/src/shared/install.c b/src/shared/install.c index 190c55434..a080d8f32 100644 --- a/src/shared/install.c +++ b/src/shared/install.c @@ -1076,7 +1076,7 @@ static int unit_file_load( return -ENOMEM; } - r = config_parse(NULL, path, f, NULL, config_item_table_lookup, (void*) items, true, true, info); + r = config_parse(NULL, path, f, NULL, config_item_table_lookup, items, true, true, info); if (r < 0) return r;