Merge pull request #214 from roelvanmeer/fix-3621

Fix error when adding entry to LDAP address book [bug 3621]
This commit is contained in:
extrafu
2016-06-16 09:14:54 -04:00
committed by GitHub
+1 -1
View File
@@ -999,7 +999,7 @@ groupObjectClasses: (NSArray *) newGroupObjectClasses
}
/* conversion SOGo inetOrgPerson entry -> LDAP */
- (void) _applyContactMappingToOutput: (NSMutableDictionary *) ldifRecord
- (void) applyContactMappingToOutput: (NSMutableDictionary *) ldifRecord
{
NSArray *sourceFields;
NSArray *keys;