]> jfr.im git - irc/evilnet/x3.git/commitdiff
seems openldap depreciated most of the api we use...
authorrubin <redacted>
Sun, 13 Dec 2009 05:41:07 +0000 (05:41 +0000)
committerrubin <redacted>
Sun, 13 Dec 2009 05:41:07 +0000 (05:41 +0000)
src/x3ldap.c

index de62b210793b78065869070bc8424e554f7b6006..73b139da407ef67c58a5fff54de3ff503aafdcbf 100644 (file)
@@ -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