Fix build break
Former-commit-id: 50641d0569e8f4814b332da60ccd6d1bf425c53f
This commit is contained in:
parent
17592f1da3
commit
ec72a9451e
@ -4647,6 +4647,8 @@ sds genRedisInfoString(const char *section) {
|
||||
FBrokenLinkToMaster() ? "down" : "up");
|
||||
|
||||
int cmasters = 0;
|
||||
listIter li;
|
||||
listNode *ln;
|
||||
listRewind(g_pserver->masters, &li);
|
||||
while ((ln = listNext(&li)))
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user