]> git.saurik.com Git - redis.git/commitdiff
last change reverted as it was unstable... more testing needed
authorantirez <antirez@gmail.com>
Thu, 8 Apr 2010 18:18:42 +0000 (20:18 +0200)
committerantirez <antirez@gmail.com>
Thu, 8 Apr 2010 18:18:42 +0000 (20:18 +0200)
dict.c

diff --git a/dict.c b/dict.c
index 7f412796fbbd12c2c59ef59cf0c32b1c520b1262..64e9eacf030d3d93936cffbe3de9a40a32bb47d5 100644 (file)
--- a/dict.c
+++ b/dict.c
@@ -519,7 +519,7 @@ void dictEnableResize(void) {
 }
 
 void dictDisableResize(void) {
-    dict_can_resize = 0;
+    dict_can_resize = 1;
 }
 
 /* ----------------------- StringCopy Hash Table Type ------------------------*/