mirror of
http://github.com/valkey-io/valkey
synced 2024-11-23 03:33:28 +00:00
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
Block a user