mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-02-07 14:18:25 +00:00
Fix ldap build (oops)
This commit is contained in:
parent
4306e78251
commit
af5c5a5528
1 changed files with 1 additions and 1 deletions
|
|
@ -618,7 +618,7 @@ static int linphone_ldap_request_entry_compare_strong(const void*a, const void*
|
|||
static inline LinphoneLDAPContactSearch* linphone_ldap_contact_provider_request_search( LinphoneLDAPContactProvider* obj, int msgid )
|
||||
{
|
||||
LinphoneLDAPContactSearch dummy = {};
|
||||
MSList* lingerst_entry;
|
||||
MSList* list_entry;
|
||||
dummy.msgid = msgid;
|
||||
|
||||
list_entry = ms_list_find_custom(obj->requests, linphone_ldap_request_entry_compare_weak, &dummy);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue