chiark / gitweb /
shared: rename path_strv_canonicalize_absolute functions
[elogind.git] / src / shared / conf-files.c
index 59bc8ceed937abbe21c6965b19a2c0da6b5e344b..44e137e84c4118d78e19956f59208d322995dcfb 100644 (file)
@@ -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);