mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Remove addLdap from LdapViewModel since core.createLdapWithParams already adds it to the list
This commit is contained in:
parent
5bb757d150
commit
9559701a5e
1 changed files with 0 additions and 1 deletions
|
|
@ -172,7 +172,6 @@ class LdapViewModel: ObservableObject {
|
|||
Log.info("\(LdapViewModel.TAG) LDAP changes have been applied")
|
||||
} else {
|
||||
let ldap = try core.createLdapWithParams(params: ldapParams)
|
||||
core.addLdap(ldap: ldap)
|
||||
Log.info("\(LdapViewModel.TAG) New LDAP config created")
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue