X-Git-Url: http://git.ipfire.org/?a=blobdiff_plain;f=src%2Fshared%2Fconf-files.c;h=e6ee97a978472662236732c99f48583ae03e817b;hb=d5099efc47d4e6ac60816b5381a5f607ab03f06e;hp=c72a099b5a1bb5b6805e2f11f651bab3ab1786e5;hpb=f44541bc934c6e2b02155559e9eeb17a13a09558;p=thirdparty%2Fsystemd.git diff --git a/src/shared/conf-files.c b/src/shared/conf-files.c index c72a099b5a1..e6ee97a9784 100644 --- a/src/shared/conf-files.c +++ b/src/shared/conf-files.c @@ -109,7 +109,7 @@ static int conf_files_list_strv_internal(char ***strv, const char *suffix, const if (!path_strv_resolve_uniq(dirs, root)) return -ENOMEM; - fh = hashmap_new(string_hash_func, string_compare_func); + fh = hashmap_new(&string_hash_ops); if (!fh) return -ENOMEM;