X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Finstall.c;h=7e4f666952a9debc438c36e02eed1ac4b09be35c;hp=d6644e580fbf16cc904bfe92ec4837a7a347d389;hb=07719a21b6425d378b36bb8d7f47ad5ec5296d28;hpb=78d54bd42b87818f5d0ef862d247f9db4844fadd diff --git a/src/shared/install.c b/src/shared/install.c index d6644e580..7e4f66695 100644 --- a/src/shared/install.c +++ b/src/shared/install.c @@ -60,7 +60,8 @@ static int lookup_paths_init_from_scope(LookupPaths *paths, UnitFileScope scope) return lookup_paths_init(paths, scope == UNIT_FILE_SYSTEM ? MANAGER_SYSTEM : MANAGER_USER, - scope == UNIT_FILE_USER); + scope == UNIT_FILE_USER, + NULL, NULL, NULL); } static int get_config_path(UnitFileScope scope, bool runtime, const char *root_dir, char **ret) {