mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-22 08:08:53 -05:00
RDB: fix MODULE_AUX loading by continuing to next opcode.
Thanks to @JohnSully for noticing this problem.
This commit is contained in:
parent
5f450e4928
commit
bc5cb168f5
@ -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…
Reference in New Issue
Block a user