mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git
opendj-server-legacy/src/main/java/org/opends/server/tools/ImportLDIF.java @@ -1131,7 +1131,7 @@ { for (DN includeDN : includeBranches) { if (baseDN.isAncestorOf(includeDN)) if (baseDN.isSuperiorOrEqualTo(includeDN)) { return true; }