diff --git a/src/sentinel.c b/src/sentinel.c index 7e9211bd0..2342c0c00 100644 --- a/src/sentinel.c +++ b/src/sentinel.c @@ -4133,8 +4133,7 @@ void sentinelInfoCommand(client *c) { sections_dict = cached_all_info_sectoins; } - sds info = sdsempty(); - info = genRedisInfoString(sections_dict, 0, 0); + sds info = genRedisInfoString(sections_dict, 0, 0); if (sec_all || (dictFind(sections_dict, "sentinel") != NULL)) { dictIterator *di; dictEntry *de; diff --git a/tests/sentinel/tests/13-info-command.tcl b/tests/sentinel/tests/13-info-command.tcl index 4772a1da8..ef9dc0113 100644 --- a/tests/sentinel/tests/13-info-command.tcl +++ b/tests/sentinel/tests/13-info-command.tcl @@ -1,4 +1,3 @@ -# Check the basic monitoring and failover capabilities. source "../tests/includes/init-tests.tcl" test "info command with at most one argument" {