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

matthew_swift
05.42.2009 35c5f651a0c5c658a4bc67614e815405fcc6a830
opendj-sdk/opends/src/server/org/opends/server/extensions/SMTPAccountStatusNotificationHandler.java
@@ -572,11 +572,11 @@
              if (debugEnabled())
              {
                TRACER.debugInfo("Adding end user recipient " +
                                 v.getStringValue() + " from attr " +
                                 v.getValue().toString() + " from attr " +
                                 a.getNameWithOptions());
              }
              recipients.add(v.getStringValue());
              recipients.add(v.getValue().toString());
            }
          }
        }