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

Jean-Noël Rouvignac
06.25.2016 d89c47e7cb1b3c9181e25582539aac1dedb46099
opendj-server-legacy/src/main/java/org/opends/server/extensions/StaticGroup.java
@@ -195,7 +195,7 @@
      throw new DirectoryException(ResultCode.OBJECTCLASS_VIOLATION, message);
    }
    List<Attribute> memberAttrList = groupEntry.getAttribute(someMemberAttributeType);
    List<Attribute> memberAttrList = groupEntry.getAllAttributes(someMemberAttributeType);
    int membersCount = 0;
    for (Attribute a : memberAttrList)
    {