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

matthew_swift
03.39.2006 59685c84348f8d71dc3bbd3513c5eb10cc738a8e
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) {