diff --git a/src/agents/store/command.c b/src/agents/store/command.c index 980f33a..4f290e6 100644 --- a/src/agents/store/command.c +++ b/src/agents/store/command.c @@ -2504,7 +2504,7 @@ StoreListCollections(StoreClient *client, DStoreDocInfo *coll) if (ccode) { return ccode; } - stmt = DStoreListCollections(client->handle, coll->filename, 0, 0); + stmt = DStoreListCollections(client->handle, coll->filename, -1, -1); if (!stmt) { ccode = ConnWriteStr(client->conn, MSG5005DBLIBERR); goto abort;