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

Nicolas Capponi
11.56.2014 599c307ea27723bd289516103d4162c56fed7f8e
opendj3-server-dev/src/server/org/opends/server/authorization/dseecompat/AciHandler.java
@@ -1151,7 +1151,7 @@
   */
  private boolean isAttributeDN(AttributeType attribute)
  {
    return SYNTAX_DN_OID.equals(attribute.getSyntaxOID());
    return SYNTAX_DN_OID.equals(attribute.getSyntax().getOID());
  }