From: rubin Date: Sun, 13 Dec 2009 05:41:07 +0000 (+0000) Subject: seems openldap depreciated most of the api we use... X-Git-Tag: 1.9~78 X-Git-Url: https://jfr.im/git/irc/evilnet/x3.git/commitdiff_plain/52ac78285f2f4caa05138a42c6beaab43780d8e9 seems openldap depreciated most of the api we use... --- diff --git a/src/x3ldap.c b/src/x3ldap.c index de62b21..73b139d 100644 --- a/src/x3ldap.c +++ b/src/x3ldap.c @@ -722,7 +722,7 @@ int ldap_delfromgroup(char *account, const char *group) void ldap_close() { admin_bind = false; - ldap_unbind(ld); + ldap_unbind_ext(ld, NULL, NULL); } #endif