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

gbellato
11.19.2007 a714dc56fbe8419a6f0e4e8ffd36384009a89557
opendj-sdk/opends/src/server/org/opends/server/replication/protocol/AddMsg.java
@@ -139,8 +139,9 @@
    for (Attribute a : userAttributes)
      elems.add(new LDAPAttribute(a).encode());
    for (Attribute a : operationalAttributes)
      elems.add(new LDAPAttribute(a).encode());
    if (operationalAttributes != null)
      for (Attribute a : operationalAttributes)
        elems.add(new LDAPAttribute(a).encode());
    encodedAttributes = ASN1Element.encodeValue(elems);
  }