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

Yannick Lecaillez
31.02.2015 540ea316e77eb38f09a74b07365964c2a1161d8e
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/DN2URI.java
@@ -526,7 +526,7 @@
    try
    {
      final Cursor cursor = txn.openCursor(getName());
      final Cursor<ByteString, ByteString> cursor = txn.openCursor(getName());
      try
      {
        // Go up through the DIT hierarchy until we find a referral.
@@ -602,7 +602,7 @@
    try
    {
      final Cursor cursor = txn.openCursor(getName());
      final Cursor<ByteString, ByteString> cursor = txn.openCursor(getName());
      try
      {
        // Initialize the cursor very close to the starting value then