Streams: bugfix XCLAIM should propagate group name not consumer name

This commit is contained in:
zhaozhao.zz 2018-10-11 21:12:09 +08:00 committed by antirez
parent 8977a90c50
commit a04b43c7ea

View File

@ -2192,7 +2192,7 @@ void xclaimCommand(client *c) {
arraylen++;
/* 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++;
}
}