Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ruanhaishen
redis
Commits
7a41047a
Commit
7a41047a
authored
Jul 19, 2019
by
antirez
Browse files
RDB: fix MODULE_AUX loading by continuing to next opcode.
Thanks to @JohnSully for noticing this problem.
parent
4eb3028b
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/rdb.c
View file @
7a41047a
...
...
@@ -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. */
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment