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

ludovicp
05.52.2010 a2fcb9bde914a4f908fa5ca6591a193e025339d5
opends/src/server/org/opends/server/backends/jeb/EntryContainer.java
@@ -1361,7 +1361,7 @@
          {
            // Check if this entry is an immediate child.
            if(JebFormat.findDNKeyParent(key.getData(), 0,
                                       key.getSize()) == baseDNKey.length)
                                       key.getSize()) != baseDNKey.length)
            {
              isInScope = false;
            }