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

Chris Ridd
05.17.2012 ec2f56f84108d78dd7c96d07f9ce18cb8fa64e84
opends/src/server/org/opends/server/backends/jeb/DN2URI.java
@@ -23,6 +23,7 @@
 *
 *
 *      Copyright 2006-2010 Sun Microsystems, Inc.
 *      Portions Copyright 2012 ForgeRock AS
 */
package org.opends.server.backends.jeb;
@@ -669,7 +670,7 @@
          if (searchOp.getScope() == SearchScope.SINGLE_LEVEL)
          {
            if(JebFormat.findDNKeyParent(key.getData(), 0,
                                       key.getSize()) == baseDN.length)
                                       key.getSize()) != baseDN.length)
            {
              continue;
            }