mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git
opends/src/server/org/opends/server/backends/jeb/EntryContainer.java @@ -2621,6 +2621,7 @@ } // Get the next DN. data = new DatabaseEntry(); status = cursor.getNext(key, data, LockMode.DEFAULT); } }