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
parent 91685eeeb1
commit 4dc48a0d11

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++;
}
}