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

neil_a_wilson
30.07.2007 118d37d6a093456805345f0683f1da2f26c2592a
opends/src/server/org/opends/server/backends/SchemaBackend.java
@@ -872,14 +872,7 @@
                         ATTR_SYNCHRONIZATION_STATE_LC, valueSet);
    attrList = new ArrayList<Attribute>(1);
    attrList.add(attr);
    if (synchronizationStateType.isOperational() && (! showAllAttributes))
    {
      operationalAttrs.put(synchronizationStateType, attrList);
    }
    else
    {
      userAttrs.put(synchronizationStateType, attrList);
    }
    operationalAttrs.put(synchronizationStateType, attrList);
    // Add all the user-defined attributes.
    for (Attribute a : userDefinedAttributes)