Commit e1d9857b authored by Erik Dubbelboer's avatar Erik Dubbelboer
Browse files

Update src/rdb.c

parent 8d16e7a3
...@@ -786,7 +786,7 @@ robj *rdbLoadObject(int rdbtype, rio *rdb) { ...@@ -786,7 +786,7 @@ robj *rdbLoadObject(int rdbtype, rio *rdb) {
} }
/* This will also be called when the set was just converted /* This will also be called when the set was just converted
* to regular hash table encoded set */ * to a regular hash table encoded set */
if (o->encoding == REDIS_ENCODING_HT) { if (o->encoding == REDIS_ENCODING_HT) {
dictAdd((dict*)o->ptr,ele,NULL); dictAdd((dict*)o->ptr,ele,NULL);
} else { } else {
......
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