From 22094368c2865dcfb6daf8366425212b721a4657 Mon Sep 17 00:00:00 2001
From: matthew_swift <matthew_swift@localhost>
Date: Thu, 05 Feb 2009 17:42:14 +0000
Subject: [PATCH] Merge ASN1 branch to trunk
---
opends/src/server/org/opends/server/extensions/SMTPAccountStatusNotificationHandler.java | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/opends/src/server/org/opends/server/extensions/SMTPAccountStatusNotificationHandler.java b/opends/src/server/org/opends/server/extensions/SMTPAccountStatusNotificationHandler.java
index f031fd1..0f70535 100644
--- a/opends/src/server/org/opends/server/extensions/SMTPAccountStatusNotificationHandler.java
+++ b/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());
}
}
}
--
Gitblit v1.10.0