From 940394d4351aae8f7cf8900431e973b9c17e3bb5 Mon Sep 17 00:00:00 2001 From: Francis Lachapelle Date: Thu, 20 Jan 2022 17:06:39 -0500 Subject: [PATCH] fix(addressbook(dav)): return all value of all properties Fixes #5462 --- SoObjects/Contacts/SOGoContactSourceFolder.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SoObjects/Contacts/SOGoContactSourceFolder.m b/SoObjects/Contacts/SOGoContactSourceFolder.m index 7f4c9676d..64a89ce3d 100644 --- a/SoObjects/Contacts/SOGoContactSourceFolder.m +++ b/SoObjects/Contacts/SOGoContactSourceFolder.m @@ -528,7 +528,7 @@ currentValue = values; while (*currentProperty) { - *values = nil; + *currentValue = nil; methodSel = SOGoSelectorForPropertyGetter (*currentProperty); if (methodSel && [ldifEntry respondsToSelector: methodSel]) {