From fc474c1aec08985e6078a2bb100424efdb0580fe Mon Sep 17 00:00:00 2001 From: Christophe Deschamps Date: Mon, 30 Sep 2024 14:22:50 +0200 Subject: [PATCH] Do not sync entire LDAP by default --- Linphone/model/setting/SettingsModel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Linphone/model/setting/SettingsModel.cpp b/Linphone/model/setting/SettingsModel.cpp index 7f9ebf82f..a9cb03edc 100644 --- a/Linphone/model/setting/SettingsModel.cpp +++ b/Linphone/model/setting/SettingsModel.cpp @@ -582,5 +582,5 @@ DEFINE_GETSET_CONFIG(SettingsModel, syncLdapContacts, SyncLdapContacts, "sync_ldap_contacts", - true) + false) // clang-format on