Fix error when adding entry to LDAP address book [bug 3621]

This commit is contained in:
Roel van Meer
2016-06-16 14:58:58 +02:00
committed by Ludovic Marcotte
parent 92aab1fd1f
commit b4d51391ed
+1 -1
View File
@@ -1006,7 +1006,7 @@ groupObjectClasses: (NSArray *) newGroupObjectClasses
}
/* conversion SOGo inetOrgPerson entry -> LDAP */
- (void) _applyContactMappingToOutput: (NSMutableDictionary *) ldifRecord
- (void) applyContactMappingToOutput: (NSMutableDictionary *) ldifRecord
{
NSArray *sourceFields;
NSArray *keys;