RDB: fix MODULE_AUX loading by continuing to next opcode.
Thanks to @JohnSully for noticing this problem.
This commit is contained in:
parent
b8d5518787
commit
92455bb036
@ -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. */
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user