We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6de5d25 commit 9e67691Copy full SHA for 9e67691
src/module.c
@@ -3746,9 +3746,7 @@ void moduleHandleBlockedClients(void) {
3746
* replies to send to the client in a thread safe context.
3747
* We need to glue such replies to the client output buffer and
3748
* free the temporary client we just used for the replies. */
3749
- if (c) {
3750
- AddReplyFromClient(c, bc->reply_client);
3751
- }
+ if (c) AddReplyFromClient(c, bc->reply_client);
3752
freeClient(bc->reply_client);
3753
3754
if (c != NULL) {
0 commit comments