Commit 7a41047a authored by antirez's avatar antirez
Browse files

RDB: fix MODULE_AUX loading by continuing to next opcode.

Thanks to @JohnSully for noticing this problem.
parent 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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment