additional fix to rreplay forward compat

Former-commit-id: c61cf57db5d9d274d5fb8806a9716056e06eb47d
This commit is contained in:
John Sully 2019-04-20 01:36:23 -04:00
parent ea83004d18
commit a3228b0875

View File

@ -3201,7 +3201,7 @@ void replicaReplayCommand(client *c)
}
/* First Validate Arguments */
if (c->argc != 3)
if (c->argc < 3)
{
addReplyError(c, "Invalid number of arguments");
s_pstate->Cancel();