From af5c5a5528a409613ed16478ca2e4f119d54f361 Mon Sep 17 00:00:00 2001 From: Gautier Pelloux-Prayer Date: Fri, 12 Sep 2014 14:11:20 +0200 Subject: [PATCH] Fix ldap build (oops) --- coreapi/ldap/ldapprovider.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coreapi/ldap/ldapprovider.c b/coreapi/ldap/ldapprovider.c index 9b41c4a12..75b6b19a1 100644 --- a/coreapi/ldap/ldapprovider.c +++ b/coreapi/ldap/ldapprovider.c @@ -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);