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
4534960b
Commit
4534960b
authored
Oct 31, 2019
by
antirez
Browse files
Modules: remove spurious call from moduleHandleBlockedClients().
Now we handle propagation when we free the context.
parent
228bc89e
Changes
1
Show whitespace changes
Inline
Side-by-side
src/module.c
View file @
4534960b
...
@@ -4262,7 +4262,6 @@ void moduleHandleBlockedClients(void) {
...
@@ -4262,7 +4262,6 @@ void moduleHandleBlockedClients(void) {
ctx.client = bc->client;
ctx.client = bc->client;
ctx.blocked_client = bc;
ctx.blocked_client = bc;
bc->reply_callback(&ctx,(void**)c->argv,c->argc);
bc->reply_callback(&ctx,(void**)c->argv,c->argc);
moduleHandlePropagationAfterCommandCallback(&ctx);
moduleFreeContext(&ctx);
moduleFreeContext(&ctx);
}
}
...
...
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