summaryrefslogtreecommitdiff
path: root/src/providers/ipa/ipa_access.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-01-09 21:13:13 -0500
committerJakub Hrozek <jhrozek@redhat.com>2013-01-21 22:17:34 +0100
commitb860f8b6b6b03982c80268e9f6fd35f6455b6b37 (patch)
treebf99dd7c572850ca855f42b8bebb279dbfe3e26f /src/providers/ipa/ipa_access.h
parent28c0e7ebc857bf488bbc043c9574de6abc1efea7 (diff)
downloadsssd-b860f8b6b6b03982c80268e9f6fd35f6455b6b37.tar.gz
sssd-b860f8b6b6b03982c80268e9f6fd35f6455b6b37.tar.bz2
sssd-b860f8b6b6b03982c80268e9f6fd35f6455b6b37.zip
Remove hbac_ctx_sysdb()
Diffstat (limited to 'src/providers/ipa/ipa_access.h')
-rw-r--r--src/providers/ipa/ipa_access.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/providers/ipa/ipa_access.h b/src/providers/ipa/ipa_access.h
index 325f0ee6..a4bc3dc1 100644
--- a/src/providers/ipa/ipa_access.h
+++ b/src/providers/ipa/ipa_access.h
@@ -82,13 +82,6 @@ static inline struct be_ctx *hbac_ctx_be(struct hbac_ctx *hbac_ctx)
return req != NULL ? req->be_ctx : NULL;
}
-/* Get sysdb associated with HBAC context */
-static inline struct sysdb_ctx *hbac_ctx_sysdb(struct hbac_ctx *hbac_ctx)
-{
- struct be_req *be_req = hbac_ctx->be_req;
- return be_req != NULL ? be_req->domain->sysdb : NULL;
-}
-
/* Get tevent context associated with HBAC context */
static inline struct tevent_context *hbac_ctx_ev(struct hbac_ctx *hbac_ctx)
{