From e6bf43d82671dd61060133c76c11752198a5aa69 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Thu, 24 Apr 2008 20:28:02 +0000 Subject: [PATCH] Monotone-Parent: 3bc6a3f032908c2a45f63b61002786602c6e678e Monotone-Revision: e609c33218c6b86748aced829da0bcb994d513e4 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-04-24T20:28:02 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/LDAPSource.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/SOGo/LDAPSource.m b/SoObjects/SOGo/LDAPSource.m index d5cf51486..7893e0fbf 100644 --- a/SoObjects/SOGo/LDAPSource.m +++ b/SoObjects/SOGo/LDAPSource.m @@ -427,7 +427,7 @@ static int sizeLimit; while ((currentFieldName = [emailFields nextObject])) { allValues = [[ldapEntry attributeWithName: currentFieldName] - allValues]; + allStringValues]; [emails addObjectsFromArray: allValues]; } [contactEntry setObject: emails forKey: @"c_emails"];