Searched refs:first_cfg (Results 1 – 1 of 1) sorted by relevance
3538 sds first_cfg = NULL; in clusterManagerIsConfigConsistent() local3549 if (first_cfg == NULL) first_cfg = cfg; in clusterManagerIsConfigConsistent()3551 consistent = !sdscmp(first_cfg, cfg); in clusterManagerIsConfigConsistent()3556 if (first_cfg != NULL) sdsfree(first_cfg); in clusterManagerIsConfigConsistent()