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

neil_a_wilson
31.55.2007 35463f0a916da67afa96909112b0314e25d4432f
opendj-sdk/opends/src/server/org/opends/server/backends/jeb/ID2Entry.java
@@ -242,7 +242,8 @@
      case JebFormat.FORMAT_VERSION :
        try
        {
          entry = JebFormat.entryFromDatabase(entryBytes);
          entry = JebFormat.entryFromDatabase(entryBytes,
                       entryContainer.getRootContainer().getCompressedSchema());
        }
        catch (Exception e)
        {