mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 08:38:27 -05:00
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. */
|
/* No key or group? Nothing to ack. */
|
||||||
if (o == NULL || group == NULL) {
|
if (o == NULL || group == NULL) {
|
||||||
addReply(c,shared.cone);
|
addReply(c,shared.czero);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user