Streams: bugfix XCLAIM should propagate group name not consumer name
This commit is contained in:
parent
5840d1fc52
commit
fe8a6c4fba
@ -2192,7 +2192,7 @@ void xclaimCommand(client *c) {
|
|||||||
arraylen++;
|
arraylen++;
|
||||||
|
|
||||||
/* Propagate this change. */
|
/* Propagate this change. */
|
||||||
streamPropagateXCLAIM(c,c->argv[1],group,c->argv[3],c->argv[j],nack);
|
streamPropagateXCLAIM(c,c->argv[1],group,c->argv[2],c->argv[j],nack);
|
||||||
server.dirty++;
|
server.dirty++;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user