mirror of
https://github.com/fluencelabs/redis
synced 2025-06-27 07:51:33 +00:00
RDB: fix MODULE_AUX loading by continuing to next opcode.
Thanks to @JohnSully for noticing this problem.
This commit is contained in:
@ -2116,6 +2116,7 @@ int rdbLoadRio(rio *rdb, rdbSaveInfo *rsi, int loading_aof) {
|
|||||||
/* RDB check mode. */
|
/* RDB check mode. */
|
||||||
robj *aux = rdbLoadCheckModuleValue(rdb,name);
|
robj *aux = rdbLoadCheckModuleValue(rdb,name);
|
||||||
decrRefCount(aux);
|
decrRefCount(aux);
|
||||||
|
continue; /* Read next opcode. */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user