From aadc1681bd476034cc294e7e7b5e6ab795fe5fc3 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 370fc5f00..5f48944ad 100644 --- a/SoObjects/SOGo/LDAPSource.m +++ b/SoObjects/SOGo/LDAPSource.m @@ -999,7 +999,7 @@ groupObjectClasses: (NSArray *) newGroupObjectClasses } /* conversion SOGo inetOrgPerson entry -> LDAP */ -- (void) _applyContactMappingToOutput: (NSMutableDictionary *) ldifRecord +- (void) applyContactMappingToOutput: (NSMutableDictionary *) ldifRecord { NSArray *sourceFields; NSArray *keys;