mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

Jean-Noel Rouvignac
05.41.2014 bf3c24657c1be6d611d01f052e8277bb0b6b2f4e
opendj3-server-dev/src/server/org/opends/server/backends/jeb/VLVIndex.java
@@ -194,7 +194,7 @@
    this.state = state;
    this.trusted = state.getIndexTrustState(null, this);
    if(!trusted && entryContainer.getHighestEntryID().equals(new EntryID(0)))
    if (!trusted && entryContainer.getHighestEntryID().longValue() == 0)
    {
      // If there are no entries in the entry container then there
      // is no reason why this vlvIndex can't be upgraded to trusted.