X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fshared%2Fconf-files.c;h=44e137e84c4118d78e19956f59208d322995dcfb;hp=59bc8ceed937abbe21c6965b19a2c0da6b5e344b;hb=7d8da2c9641c584ff977493eeb8148300dce8759;hpb=a2ae516a25dafe41e0cd296ab7b5d022fa62b95f diff --git a/src/shared/conf-files.c b/src/shared/conf-files.c index 59bc8ceed..44e137e84 100644 --- a/src/shared/conf-files.c +++ b/src/shared/conf-files.c @@ -110,7 +110,7 @@ static int conf_files_list_strv_internal(char ***strv, const char *suffix, const assert(suffix); /* This alters the dirs string array */ - if (!path_strv_canonicalize_absolute_uniq(dirs, root)) + if (!path_strv_resolve_uniq(dirs, root)) return -ENOMEM; fh = hashmap_new(string_hash_func, string_compare_func);