mirror of
https://codeberg.org/redict/redict.git
synced 2025-01-23 00:28:26 -05:00
Streams: ID of xclaim command starts from the sixth argument.
This commit is contained in:
parent
1c95c07596
commit
de5ca516ae
@ -1988,7 +1988,7 @@ void xclaimCommand(client *c) {
|
||||
* the client successfully claimed some message, so it should be
|
||||
* executed in a "all or nothing" fashion. */
|
||||
int j;
|
||||
for (j = 4; j < c->argc; j++) {
|
||||
for (j = 5; j < c->argc; j++) {
|
||||
streamID id;
|
||||
if (streamParseIDOrReply(NULL,c->argv[j],&id,0) != C_OK) break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user