1
0
Fork 0

include collection in inventory if id is equal to current server tick

This commit is contained in:
Jan Steemann 2014-02-28 20:00:04 +01:00
parent 894c443f75
commit 0b1dcc0deb
1 changed files with 1 additions and 1 deletions

View File

@ -1685,7 +1685,7 @@ TRI_json_t* TRI_InventoryCollectionsVocBase (TRI_vocbase_t* vocbase,
continue;
}
if (collection->_cid >= maxTick) {
if (collection->_cid > maxTick) {
// collection is too new
TRI_READ_UNLOCK_STATUS_VOCBASE_COL(collection);
continue;