summaryrefslogtreecommitdiffstats
path: root/src/providers/ldap/ldap_init.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/ldap_init.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/ldap_init.c')
-rw-r--r--src/providers/ldap/ldap_init.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/providers/ldap/ldap_init.c b/src/providers/ldap/ldap_init.c
index b7b04f4c1..b0b967d07 100644
--- a/src/providers/ldap/ldap_init.c
+++ b/src/providers/ldap/ldap_init.c
@@ -105,13 +105,6 @@ int sssm_ldap_id_init(struct be_ctx *bectx,
goto done;
}
- ret = be_add_offline_cb(ctx, bectx, sdap_gsh_disconnect_callback, ctx,
- NULL);
- if (ret != EOK) {
- DEBUG(1, ("be_add_offline_cb failed.\n"));
- goto done;
- }
-
ret = sdap_id_conn_cache_create(ctx, ctx->be,
ctx->opts, ctx->service,
&ctx->conn_cache);