Commit 7a596b2f authored by antirez's avatar antirez
Browse files

LZF configured to initalize the HT in order to be determinsitic and play well with valgrind

parent 491d908b
......@@ -88,7 +88,7 @@
* deterministic/repeatable when the configuration otherwise is the same).
*/
#ifndef INIT_HTAB
# define INIT_HTAB 0
# define INIT_HTAB 1
#endif
/*
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment