]> git.saurik.com Git - redis.git/commitdiff
LZF configured to initalize the HT in order to be determinsitic and play well with...
authorantirez <antirez@gmail.com>
Thu, 2 Apr 2009 21:00:27 +0000 (23:00 +0200)
committerantirez <antirez@gmail.com>
Thu, 2 Apr 2009 21:00:27 +0000 (23:00 +0200)
lzfP.h

diff --git a/lzfP.h b/lzfP.h
index d533f18292bc2e21949633aca9a997597ad1746e..3781cac125aa56ddc3387afa0ef55055c1bcefde 100644 (file)
--- 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
 
 /*