X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/3bcffcbe5bc0acde311d0fb311f893400cd52e0e..cc4c964b33ac108c9541e31eb2e2420addf9a82e:/src/networking.c?ds=sidebyside diff --git a/src/networking.c b/src/networking.c index 4c3db937..166b44c9 100644 --- a/src/networking.c +++ b/src/networking.c @@ -497,7 +497,6 @@ void freeClient(redisClient *c) { /* Case 2: we lost the connection with the master. */ if (c->flags & REDIS_MASTER) { server.master = NULL; - /* FIXME */ server.replstate = REDIS_REPL_CONNECT; /* Since we lost the connection with the master, we should also * close the connection with all our slaves if we have any, so