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

matthew_swift
03.39.2006 59685c84348f8d71dc3bbd3513c5eb10cc738a8e
opends/src/server/org/opends/server/schema/RFC3672SubtreeSpecificationSyntax.java
@@ -277,7 +277,7 @@
    // Use the subtree specification code to make this determination.
    try {
      RFC3672SubtreeSpecification.valueOf(new DN(), value.stringValue());
      RFC3672SubtreeSpecification.valueOf(DN.nullDN(), value.stringValue());
      return true;
    } catch (DirectoryException e) {