CG: XACK should return zero when nothing is processed.
This commit is contained in:
parent
388c69fe4e
commit
5ad29325fe
@ -1412,7 +1412,7 @@ void xackCommand(client *c) {
|
||||
|
||||
/* No key or group? Nothing to ack. */
|
||||
if (o == NULL || group == NULL) {
|
||||
addReply(c,shared.cone);
|
||||
addReply(c,shared.czero);
|
||||
return;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user