Module: kamailio
Branch: 4.2
Commit: 87ca6e634c627a6beb4b7355fcfcbd0070e2afe1
URL:
https://github.com/kamailio/kamailio/commit/87ca6e634c627a6beb4b7355fcfcbd0…
Author: Daniel-Constantin Mierla <miconda(a)gmail.com>
Committer: Daniel-Constantin Mierla <miconda(a)gmail.com>
Date: 2015-03-10T14:59:15+01:00
ldap: fixed copy&paste error added in previous commit
(cherry picked from commit c6ddf3aec7eb6e8d6046b006fde64ab7479aab5e)
---
Modified: modules/ldap/ldap_connect.c
---
Diff:
https://github.com/kamailio/kamailio/commit/87ca6e634c627a6beb4b7355fcfcbd0…
Patch:
https://github.com/kamailio/kamailio/commit/87ca6e634c627a6beb4b7355fcfcbd0…
---
diff --git a/modules/ldap/ldap_connect.c b/modules/ldap/ldap_connect.c
index 53d4f98..c1c6a06 100644
--- a/modules/ldap/ldap_connect.c
+++ b/modules/ldap/ldap_connect.c
@@ -235,7 +235,7 @@ int ldap_connect_ex(char* _ld_name, int llevel)
int ldap_connect(char* _ld_name)
{
- return ldap_connect(_ld_name, L_DBG);
+ return ldap_connect_ex(_ld_name, L_DBG);
}
int ldap_disconnect(char* _ld_name)