diff --git a/src/networking.c b/src/networking.c index 7ec95676..d9dcd80e 100644 --- a/src/networking.c +++ b/src/networking.c @@ -1751,7 +1751,7 @@ void flushSlavesOutputBuffers(void) { slave->replstate == SLAVE_STATE_ONLINE && listLength(slave->reply)) { - sendReplyToClient(server.el,slave->fd,slave,0); + writeToClient(slave->fd,slave,0); } } }