提交 7a41047a 编写于 作者: A antirez

RDB: fix MODULE_AUX loading by continuing to next opcode.

Thanks to @JohnSully for noticing this problem.
上级 4eb3028b
......@@ -2065,6 +2065,7 @@ int rdbLoadRio(rio *rdb, rdbSaveInfo *rsi, int loading_aof) {
/* RDB check mode. */
robj *aux = rdbLoadCheckModuleValue(rdb,name);
decrRefCount(aux);
continue; /* Read next opcode. */
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册