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

neil_a_wilson
31.28.2007 3f6a1194c1e375aa0343b0d175cf29d11365c5ce
opendj-sdk/opends/src/ads/org/opends/admin/ads/ADSContext.java
@@ -1341,7 +1341,7 @@
    {
      for (ServerGroupProperty prop : ServerGroupProperty.values())
      {
        Attribute attr = (Attribute) attrs.get(prop.getAttributeName());
        Attribute attr = attrs.get(prop.getAttributeName());
        if (attr == null)
        {
          continue ;