From 09c170c5b5cf0d62e7302ef284a1e35072ef1d95 Mon Sep 17 00:00:00 2001 From: eindenbom Date: Tue, 29 Jun 2010 17:50:16 +0400 Subject: Remove remainder of now unused global LDAP connection handle. --- src/providers/ldap/ldap_init.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'src/providers/ldap/ldap_init.c') diff --git a/src/providers/ldap/ldap_init.c b/src/providers/ldap/ldap_init.c index b7b04f4c..b0b967d0 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); -- cgit