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

matthew_swift
03.39.2006 fcc3ecf2430f8956993bcc47f2fd513292512354
opendj-sdk/opends/src/server/org/opends/server/schema/RelativeSubtreeSpecificationSyntax.java
@@ -278,7 +278,7 @@
    // Use the subtree specification code to make this determination.
    try {
      RelativeSubtreeSpecification.valueOf(new DN(), value.stringValue());
      RelativeSubtreeSpecification.valueOf(DN.nullDN(), value.stringValue());
      return true;
    } catch (DirectoryException e) {