mirror of
https://github.com/inverse-inc/sogo.git
synced 2026-07-09 10:25:08 +00:00
Monotone-Parent: 3ee72d61be422ae0de673c44599a3d6c279962a8
Monotone-Revision: 6d14fa17601563041dc59c292979e3fd45726a47 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2008-09-19T14:03:56 Monotone-Branch: ca.inverse.sogo
This commit is contained in:
@@ -549,15 +549,9 @@ static int sizeLimit;
|
||||
entries = nil;
|
||||
|
||||
if (entries)
|
||||
{
|
||||
currentEntry = [entries nextObject];
|
||||
while (currentEntry)
|
||||
{
|
||||
[contacts addObject:
|
||||
[self _convertLDAPEntryToContact: currentEntry]];
|
||||
currentEntry = [entries nextObject];
|
||||
}
|
||||
}
|
||||
while ((currentEntry = [entries nextObject]))
|
||||
[contacts addObject:
|
||||
[self _convertLDAPEntryToContact: currentEntry]];
|
||||
|
||||
[ldapConnection release];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user