summaryrefslogtreecommitdiffstats
path: root/src/providers
diff options
context:
space:
mode:
authorSimo Sorce <ssorce@redhat.com>2010-03-21 00:52:34 -0400
committerStephen Gallagher <sgallagh@redhat.com>2010-04-12 09:22:16 -0400
commite5e32021c23f3726d68ee756e8e3de48b3214063 (patch)
treec2a04ab91bd3d21637ce4c3629d4685e27b64274 /src/providers
parentaacf8781c61e928c74fcc89f02225374b283b872 (diff)
downloadsssd-e5e32021c23f3726d68ee756e8e3de48b3214063.tar.gz
sssd-e5e32021c23f3726d68ee756e8e3de48b3214063.tar.xz
sssd-e5e32021c23f3726d68ee756e8e3de48b3214063.zip
sysdb: remove remaining traces of sysdb_handle
Diffstat (limited to 'src/providers')
-rw-r--r--src/providers/ipa/ipa_access.c4
-rw-r--r--src/providers/ldap/sdap_async_accounts.c2
2 files changed, 0 insertions, 6 deletions
diff --git a/src/providers/ipa/ipa_access.c b/src/providers/ipa/ipa_access.c
index 2d47f8b2d..a7058bad1 100644
--- a/src/providers/ipa/ipa_access.c
+++ b/src/providers/ipa/ipa_access.c
@@ -211,7 +211,6 @@ struct hbac_get_host_info_state {
struct tevent_context *ev;
struct sdap_id_ctx *sdap_ctx;
struct sysdb_ctx *sysdb;
- struct sysdb_handle *handle;
bool offline;
char *host_filter;
@@ -257,7 +256,6 @@ static struct tevent_req *hbac_get_host_info_send(TALLOC_CTX *memctx,
state->ev = ev;
state->sdap_ctx = sdap_ctx;
state->sysdb = sysdb;
- state->handle = NULL;
state->offline = offline;
state->host_reply_list = NULL;
@@ -649,7 +647,6 @@ struct hbac_get_rules_state {
struct tevent_context *ev;
struct sdap_id_ctx *sdap_ctx;
struct sysdb_ctx *sysdb;
- struct sysdb_handle *handle;
bool offline;
const char *host_dn;
@@ -699,7 +696,6 @@ static struct tevent_req *hbac_get_rules_send(TALLOC_CTX *memctx,
state->offline = offline;
state->sdap_ctx = sdap_ctx;
state->sysdb = sysdb;
- state->handle = NULL;
state->host_dn = host_dn;
state->memberof = memberof;
diff --git a/src/providers/ldap/sdap_async_accounts.c b/src/providers/ldap/sdap_async_accounts.c
index 9dca9eb05..bdaa9e9e2 100644
--- a/src/providers/ldap/sdap_async_accounts.c
+++ b/src/providers/ldap/sdap_async_accounts.c
@@ -1302,8 +1302,6 @@ struct sdap_get_initgr_state {
const char **grp_attrs;
struct sysdb_attrs *orig_user;
-
- struct sysdb_handle *handle;
};
static void sdap_get_initgr_user(struct tevent_req *subreq);