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

Matthew Swift
22.19.2014 db02e3b120abd8f5e090c3f60b4a4b92508db504
opendj3-server-dev/src/server/org/opends/server/backends/pluggable/EntryContainer.java
@@ -1737,7 +1737,8 @@
              boolean success = cursor.positionToKeyOrNext(startKey);
              // Step forward until the key is greater than the starting value.
              while (success && ByteSequence.COMPARATOR.compare(startKey, suffix) <= 0)
              while (success
                  && ByteSequence.COMPARATOR.compare(cursor.getKey(), suffix) <= 0)
              {
                success = cursor.next();
              }