From b4d51391ed3e50ccb1b94a9a780d0747c45ab439 Mon Sep 17 00:00:00 2001 From: Roel van Meer Date: Thu, 16 Jun 2016 14:58:58 +0200 Subject: [PATCH] Fix error when adding entry to LDAP address book [bug 3621] --- 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 87f98c81f..4b3c85a91 100644 --- a/SoObjects/SOGo/LDAPSource.m +++ b/SoObjects/SOGo/LDAPSource.m @@ -1006,7 +1006,7 @@ groupObjectClasses: (NSArray *) newGroupObjectClasses } /* conversion SOGo inetOrgPerson entry -> LDAP */ -- (void) _applyContactMappingToOutput: (NSMutableDictionary *) ldifRecord +- (void) applyContactMappingToOutput: (NSMutableDictionary *) ldifRecord { NSArray *sourceFields; NSArray *keys;