Brown paper bag bug in the store....

This commit is contained in:
alexhudson
2007-12-19 20:06:14 +00:00
parent 0a3e4ab39f
commit 5b5f469276
+1 -1
View File
@@ -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;