From 5b5f4692765a4e071541f44ec3963a9fa3762285 Mon Sep 17 00:00:00 2001 From: alexhudson Date: Wed, 19 Dec 2007 20:06:14 +0000 Subject: [PATCH] Brown paper bag bug in the store.... --- src/agents/store/command.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;