Aesthetic change to #5962 to conform to Redis style.

This commit is contained in:
antirez 2019-04-10 18:53:27 +02:00
parent 6de5d25062
commit 9e67691ffb

View File

@ -3746,9 +3746,7 @@ void moduleHandleBlockedClients(void) {
* replies to send to the client in a thread safe context.
* We need to glue such replies to the client output buffer and
* free the temporary client we just used for the replies. */
if (c) {
AddReplyFromClient(c, bc->reply_client);
}
if (c) AddReplyFromClient(c, bc->reply_client);
freeClient(bc->reply_client);
if (c != NULL) {