chiark / gitweb /
hashmap: introduce hash_ops to make struct Hashmap smaller
[elogind.git] / src / journal / coredumpctl.c
index 34dcae87c0c48b8e2395c2bec3d40358735e8961..d4756fe67dcd8761ce79791dc287262a6472277c 100644 (file)
@@ -58,7 +58,7 @@ static Set *new_matches(void) {
         char *tmp;
         int r;
 
-        set = set_new(trivial_hash_func, trivial_compare_func);
+        set = set_new(NULL);
         if (!set) {
                 log_oom();
                 return NULL;