diff --git a/src/t_stream.c b/src/t_stream.c index 065336f3..f1eee6eb 100644 --- a/src/t_stream.c +++ b/src/t_stream.c @@ -1716,7 +1716,7 @@ NULL } /* Everything but the "HELP" option requires a key and group name. */ - if (c->argc > 4) { + if (c->argc >= 4) { o = lookupKeyWrite(c->db,c->argv[2]); if (o) s = o->ptr; grpname = c->argv[3]->ptr;