Update src/rdb.c

This commit is contained in:
Erik Dubbelboer 2012-04-07 15:48:30 +03:00
parent 8d16e7a3c6
commit e1d9857b12

View File

@ -786,7 +786,7 @@ robj *rdbLoadObject(int rdbtype, rio *rdb) {
}
/* 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) {
dictAdd((dict*)o->ptr,ele,NULL);
} else {