summaryrefslogtreecommitdiff
path: root/src/providers/ipa/ipa_access.h
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-01-09 21:32:43 -0500
committerJakub Hrozek <jhrozek@redhat.com>2013-01-21 22:17:34 +0100
commit1f5965110f3f4e1a8d35cf1e308b156e912c8639 (patch)
tree9819b2b8e425148d78f374c25c07195ccd8571a9 /src/providers/ipa/ipa_access.h
parent051491353666d0be95316dc62a1e7f280b4bad57 (diff)
downloadsssd-1f5965110f3f4e1a8d35cf1e308b156e912c8639.tar.gz
sssd-1f5965110f3f4e1a8d35cf1e308b156e912c8639.tar.bz2
sssd-1f5965110f3f4e1a8d35cf1e308b156e912c8639.zip
Remove hbac_ctx_sdap_id_[ctx|op]()
Diffstat (limited to 'src/providers/ipa/ipa_access.h')
-rw-r--r--src/providers/ipa/ipa_access.h12
1 files changed, 0 insertions, 12 deletions
diff --git a/src/providers/ipa/ipa_access.h b/src/providers/ipa/ipa_access.h
index 8f330625..fc817e47 100644
--- a/src/providers/ipa/ipa_access.h
+++ b/src/providers/ipa/ipa_access.h
@@ -75,18 +75,6 @@ struct hbac_ctx {
struct sysdb_attrs **servicegroups;
};
-/* Get sdap_id_ctx associated with HBAC context */
-static inline struct sdap_id_ctx *hbac_ctx_sdap_id_ctx(struct hbac_ctx *hbac_ctx)
-{
- return hbac_ctx != NULL ? hbac_ctx->sdap_ctx : NULL;
-}
-
-/* Get struct sdap_id_op associated with HBAC context */
-static inline struct sdap_id_op *hbac_ctx_sdap_id_op(struct hbac_ctx *hbac_ctx)
-{
- return hbac_ctx != NULL ? hbac_ctx->sdap_op : NULL;
-}
-
/* Check whether the current HBAC request is processed in off-line mode */
static inline bool hbac_ctx_is_offline(struct hbac_ctx *ctx)
{