From 01b7c5f4fcef9cf8af2ad35d0815812e558876a1 Mon Sep 17 00:00:00 2001 From: Wolfgang Sourdeau Date: Mon, 5 Nov 2007 19:18:45 +0000 Subject: [PATCH] Monotone-Parent: c44b382e05fae54797514e515e98878442841235 Monotone-Revision: 33c3a3ca4087b22a5d6bd1d952d7e5834d46e7d7 Monotone-Author: wsourdeau@inverse.ca Monotone-Date: 2007-11-05T19:18:45 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/LDAPUserManager.m | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/SoObjects/SOGo/LDAPUserManager.m b/SoObjects/SOGo/LDAPUserManager.m index 76e181088..be9ed79dc 100644 --- a/SoObjects/SOGo/LDAPUserManager.m +++ b/SoObjects/SOGo/LDAPUserManager.m @@ -347,10 +347,7 @@ static NSString *defaultMailDomain = nil; // If our LDAP queries gave us nothing, we add at least one default // email address based on the default domain. - if ([emails count] == 0) - { - [self _fillContactMailRecords: currentUser]; - } + [self _fillContactMailRecords: currentUser]; } - (void) _retainUser: (NSDictionary *) newUser