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

neil_a_wilson
31.28.2007 ea1dbcbfb196eef6676e7827581899d37a2cfc8e
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 ;