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

Nicolas Capponi
17.47.2014 d9607419e3b8d2012a5c10b5053334b10249db0f
opendj3-server-dev/src/server/org/opends/server/schema/MatchingRuleSyntax.java
@@ -546,8 +546,7 @@
        // See if the server recognizes that syntax.  If not, then log a
        // warning.
        syntax = DirectoryServer.getAttributeSyntax(oidBuffer.toString(),
                                                    false);
        syntax = DirectoryServer.getSchema().getSyntax(oidBuffer.toString(), false);
        if (syntax == null)
        {
          logger.error(ERR_ATTR_SYNTAX_MR_UNKNOWN_SYNTAX, valueStr, oidBuffer);