Aesthetic change to #5962 to conform to Redis style.
This commit is contained in:
parent
6de5d25062
commit
9e67691ffb
@ -3746,9 +3746,7 @@ void moduleHandleBlockedClients(void) {
|
|||||||
* replies to send to the client in a thread safe context.
|
* replies to send to the client in a thread safe context.
|
||||||
* We need to glue such replies to the client output buffer and
|
* We need to glue such replies to the client output buffer and
|
||||||
* free the temporary client we just used for the replies. */
|
* free the temporary client we just used for the replies. */
|
||||||
if (c) {
|
if (c) AddReplyFromClient(c, bc->reply_client);
|
||||||
AddReplyFromClient(c, bc->reply_client);
|
|
||||||
}
|
|
||||||
freeClient(bc->reply_client);
|
freeClient(bc->reply_client);
|
||||||
|
|
||||||
if (c != NULL) {
|
if (c != NULL) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user