X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/299290d3a42e92d73a22169c87aa21d2fe6e3b34..0bd6d68e34bc41cd80cd7fc44aab9cf3884de8dc:/src/replication.c diff --git a/src/replication.c b/src/replication.c index 5c5bc9ab..8eb36f83 100644 --- a/src/replication.c +++ b/src/replication.c @@ -194,7 +194,6 @@ void sendBulkToSlave(aeEventLoop *el, int fd, void *privdata, int mask) { freeClient(slave); return; } - addReplySds(slave,sdsempty()); redisLog(REDIS_NOTICE,"Synchronization with slave succeeded"); } }