Fix different reply on SENTINEL SIMULATE-FAILURE help command (#8962)

This commit is contained in:
Bonsai 2021-05-19 19:42:33 +08:00 committed by GitHub
parent 1bab4cd198
commit 20268d04c0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3860,6 +3860,7 @@ NULL
addReplyArrayLen(c,2);
addReplyBulkCString(c,"crash-after-election");
addReplyBulkCString(c,"crash-after-promotion");
return;
} else {
addReplyError(c,"Unknown failure simulation specified");
return;