From 537604d65a01f7f5165095e217681f207d259ba8 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 12 Jan 2012 22:12:02 +0000 Subject: [PATCH] Fixed previous propagate. Monotone-Parent: 62ee066ad239ea56d6f2dc0b73f12d399813d68c Monotone-Revision: cd6f87a655862b556c2f1e1031a0cdd43a995041 Monotone-Author: flachapelle@inverse.ca Monotone-Date: 2012-01-12T22:12:02 Monotone-Branch: ca.inverse.sogo --- SoObjects/SOGo/LDAPSource.m | 20 +------------------- 1 file changed, 1 insertion(+), 19 deletions(-) diff --git a/SoObjects/SOGo/LDAPSource.m b/SoObjects/SOGo/LDAPSource.m index 44f6f56a8..7736d3aba 100644 --- a/SoObjects/SOGo/LDAPSource.m +++ b/SoObjects/SOGo/LDAPSource.m @@ -214,12 +214,8 @@ static Class NSStringK; [_dnCache release]; [kindField release]; [multipleBookingsField release]; -<<<<<<< variant A [MSExchangeHostname release]; ->>>>>>> variant B [modifiers release]; -####### Ancestor -======= end [super dealloc]; } @@ -976,22 +972,12 @@ andMultipleBookingsField: (NSString *) newMultipleBookingsField NSMutableArray *classes; id o; -<<<<<<< variant A - contactEntry = [NSMutableDictionary dictionary]; - [contactEntry setObject: self forKey: @"source"]; - [contactEntry setObject: [ldapEntry dn] forKey: @"dn"]; - attributes = [[self _searchAttributes] objectEnumerator]; ->>>>>>> variant B if (!resourceKinds) resourceKinds = [[NSArray alloc] initWithObjects: @"location", @"thing", @"group", nil]; -####### Ancestor - contactEntry = [NSMutableDictionary dictionary]; - [contactEntry setObject: [ldapEntry dn] forKey: @"dn"]; - attributes = [[self _searchAttributes] objectEnumerator]; -======= end ldifRecord = [ldapEntry _asDictionary]; + [ldifRecord setObject: self forKey: @"source"]; [ldifRecord setObject: [ldapEntry dn] forKey: @"dn"]; // We get our objectClass attribute values. We lowercase @@ -1301,13 +1287,11 @@ andMultipleBookingsField: (NSString *) newMultipleBookingsField return baseDN; } -<<<<<<< variant A - (NSString *) MSExchangeHostname { return MSExchangeHostname; } ->>>>>>> variant B - (void) setModifiers: (NSArray *) newModifiers { ASSIGN (modifiers, newModifiers); @@ -1793,6 +1777,4 @@ _makeLDAPChanges (NGLdapConnection *ldapConnection, return result; } -####### Ancestor -======= end @end