diff options
Diffstat (limited to 'common/dhash/dhash_test.c')
-rw-r--r-- | common/dhash/dhash_test.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/dhash/dhash_test.c b/common/dhash/dhash_test.c index 450a1ab5..fedfa66a 100644 --- a/common/dhash/dhash_test.c +++ b/common/dhash/dhash_test.c @@ -188,7 +188,7 @@ int main(int argc, char **argv) if ((status = hash_create_ex(1, &table, directory_bits, segment_bits, min_load_factor, max_load_factor, - NULL, NULL, delete_callback)) != HASH_SUCCESS) { + NULL, NULL, NULL, delete_callback)) != HASH_SUCCESS) { fprintf(stderr, "table creation failed at line %d (%s)\n", __LINE__, error_string(status)); exit(1); } |