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

gbellato
28.06.2007 c36a6780c20f526df1bc6e1a3a3b71dfa8b9ec3d
opends/src/server/org/opends/server/core/SchemaConfigManager.java
@@ -1053,6 +1053,19 @@
    List<Attribute> mruList = entry.getAttribute(mruAttrType);
    AttributeType synchronizationStateType =
      schema.getAttributeType(ATTR_SYNCHRONIZATION_STATE_LC);
    if (synchronizationStateType == null)
    {
      synchronizationStateType =
        DirectoryServer.getDefaultAttributeType(ATTR_SYNCHRONIZATION_STATE_LC,
            new MatchingRuleUseSyntax());
    }
    List<Attribute> synchronizationState =
      entry.getAttribute(synchronizationStateType);
    if (synchronizationState != null && !(synchronizationState.isEmpty()))
      schema.setSynchronizationState(synchronizationState.get(0).getValues());
    // Parse the attribute type definitions if there are any.
    if (attrList != null)