summaryrefslogtreecommitdiff
path: root/lzfP.h
diff options
context:
space:
mode:
authorantirez <antirez@gmail.com>2009-04-02 23:00:27 +0200
committerantirez <antirez@gmail.com>2009-04-02 23:00:27 +0200
commit7a596b2f0fa649f1f47c60e75a1ebe3b9f5cddce (patch)
tree1d1e6658ec40b0bf8da05cf25c42b77811ff0e1b /lzfP.h
parent491d908b0a9a08c571ce7bdf30371749d16b84b7 (diff)
downloadredis-7a596b2f0fa649f1f47c60e75a1ebe3b9f5cddce.tar.gz
LZF configured to initalize the HT in order to be determinsitic and play well with valgrind
Diffstat (limited to 'lzfP.h')
-rw-r--r--lzfP.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lzfP.h b/lzfP.h
index d533f1829..3781cac12 100644
--- a/lzfP.h
+++ b/lzfP.h
@@ -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
/*