summaryrefslogtreecommitdiff
path: root/src/t_stream.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/t_stream.c')
-rw-r--r--src/t_stream.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/t_stream.c b/src/t_stream.c
index 9835573d6..4d9c45548 100644
--- a/src/t_stream.c
+++ b/src/t_stream.c
@@ -1075,6 +1075,7 @@ void xreadCommand(client *c) {
goto cleanup;
}
ids[id_idx] = group->last_id;
+ continue;
}
if (streamParseIDOrReply(c,c->argv[i],ids+id_idx,0) != C_OK)
goto cleanup;