summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/sdap_async.c
diff options
context:
space:
mode:
authoreindenbom <eindenbom@gmail.com>2010-06-29 17:50:16 +0400
committerStephen Gallagher <sgallagh@redhat.com>2010-07-09 11:44:07 -0400
commit09c170c5b5cf0d62e7302ef284a1e35072ef1d95 (patch)
tree7ef732ea84275d0e1417b3954d495c0eba840e46 /src/providers/ldap/sdap_async.c
parent1639954090616f9e868a083f358c87e381b3fb78 (diff)
downloadsssd-09c170c5b5cf0d62e7302ef284a1e35072ef1d95.tar.gz
sssd-09c170c5b5cf0d62e7302ef284a1e35072ef1d95.tar.xz
sssd-09c170c5b5cf0d62e7302ef284a1e35072ef1d95.zip
Remove remainder of now unused global LDAP connection handle.
Diffstat (limited to 'src/providers/ldap/sdap_async.c')
-rw-r--r--src/providers/ldap/sdap_async.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ldap/sdap_async.c b/src/providers/ldap/sdap_async.c
index 18f2bc0c5..77b7b5e1e 100644
--- a/src/providers/ldap/sdap_async.c
+++ b/src/providers/ldap/sdap_async.c
@@ -110,7 +110,7 @@ static void sdap_handle_release(struct sdap_handle *sh)
/* make sure nobody tries to reuse this connection from now on */
sh->connected = false;
- talloc_zfree(sh->sdap_fd_events);
+ remove_ldap_connection_callbacks(sh);
while (sh->ops) {
op = sh->ops;