mirror of https://mirror.osredm.com/root/redis.git
Modules: remove spurious call from moduleHandleBlockedClients().
Now we handle propagation when we free the context.
This commit is contained in:
parent
228bc89ecb
commit
4534960b29
|
@ -4262,7 +4262,6 @@ void moduleHandleBlockedClients(void) {
|
|||
ctx.client = bc->client;
|
||||
ctx.blocked_client = bc;
|
||||
bc->reply_callback(&ctx,(void**)c->argv,c->argc);
|
||||
moduleHandlePropagationAfterCommandCallback(&ctx);
|
||||
moduleFreeContext(&ctx);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue