diff --git a/src/dict.c b/src/dict.c index a3291375..53e16be0 100644 --- a/src/dict.c +++ b/src/dict.c @@ -85,7 +85,7 @@ unsigned int dictIdentityHashFunction(unsigned int key) return key; } -static int dict_hash_function_seed = 5183; +static int dict_hash_function_seed = 5381; void dictSetHashFunctionSeed(unsigned int seed) { dict_hash_function_seed = seed;