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

Jean-Noël Rouvignac
25.47.2015 b0f632fd6ac81ae2230a9642b25726a2f578f154
Fix infinite loop in DN2URI

DN2URI.java:
In returnSearchReferences(), fixed infinite loop
1 files modified
1 ■■■■ changed files
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/DN2URI.java 1 ●●●● patch | view | raw | blame | history
opendj-server-legacy/src/main/java/org/opends/server/backends/pluggable/DN2URI.java
@@ -633,6 +633,7 @@
        if (searchOp.getScope() == SearchScope.SINGLE_LEVEL
            && DnKeyFormat.findDNKeyParent(cursor.getKey()) != baseDN.length())
        {
          success = cursor.next();
          continue;
        }