X-Git-Url: https://git.saurik.com/redis.git/blobdiff_plain/f4aa600b996c605b4e2109d0f80cb14a0c14513b..26b3366993f566b438049765d65c51db056fcffa:/src/redis.c?ds=sidebyside diff --git a/src/redis.c b/src/redis.c index 7aadf0dd..21a5bd19 100644 --- a/src/redis.c +++ b/src/redis.c @@ -635,7 +635,7 @@ int serverCron(struct aeEventLoop *eventLoop, long long id, void *clientData) { /* Replication cron function -- used to reconnect to master and * to detect transfer failures. */ - if (!(loops % 10)) replicationCron(void); + if (!(loops % 10)) replicationCron(); return 100; }