last change reverted as it was unstable... more testing needed

This commit is contained in:
antirez 2010-04-08 20:18:42 +02:00
parent 884d4b39d4
commit d9eaa43a02

2
dict.c
View File

@ -519,7 +519,7 @@ void dictEnableResize(void) {
}
void dictDisableResize(void) {
dict_can_resize = 0;
dict_can_resize = 1;
}
/* ----------------------- StringCopy Hash Table Type ------------------------*/