提交 b362c111 编写于 作者: A antirez

fixed typo in hahs function seed default value. It is no longer used but fixed...

fixed typo in hahs function seed default value. It is no longer used but fixed to retain the old constant as default anyway.
上级 06c5523a
......@@ -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;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册