Skip to content

Commit

Permalink
Update macro instead of config
Browse files Browse the repository at this point in the history
Signed-off-by: Shivshankar-Reddy <[email protected]>
  • Loading branch information
Shivshankar-Reddy committed May 31, 2024
1 parent 01b24f2 commit d6e1998
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/cluster_legacy.c
Original file line number Diff line number Diff line change
Expand Up @@ -546,8 +546,7 @@ int clusterLoadConfig(char *filename) {
} else if (!strcasecmp(s, "noflags")) {
/* nothing to do */
} else {
serverPanic("Unknown flag in %s cluster config file",
server.extended_redis_compat ? "redis" : "valkey");
serverPanic("Unknown flag in %s cluster config file", SERVER_NAME);
}
if (p) s = p + 1;
}
Expand Down

0 comments on commit d6e1998

Please sign in to comment.