mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git
opends/src/guitools/org/opends/guitools/controlpanel/ui/InclusionExclusionPanel.java @@ -479,7 +479,7 @@ try { DN dn = DN.decode(dnArray[i]); if (baseDN.getDn().isDescendantOf(dn)) if (dn.isDescendantOf(baseDN.getDn())) { found = true; break;