X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Fremount-fs%2Fremount-fs.c;h=cd7cfe7a474a3aa73405cb2179bbd0b2b2eea593;hp=847637a12ca3988e9f3970e2407e4a82bc54570a;hb=d5099efc47d4e6ac60816b5381a5f607ab03f06e;hpb=f44541bc934c6e2b02155559e9eeb17a13a09558 diff --git a/src/remount-fs/remount-fs.c b/src/remount-fs/remount-fs.c index 847637a12..cd7cfe7a4 100644 --- a/src/remount-fs/remount-fs.c +++ b/src/remount-fs/remount-fs.c @@ -64,7 +64,7 @@ int main(int argc, char *argv[]) { return EXIT_FAILURE; } - pids = hashmap_new(trivial_hash_func, trivial_compare_func); + pids = hashmap_new(NULL); if (!pids) { log_error("Failed to allocate set"); goto finish;