summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_hbac_common.c
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-01-09 17:31:40 -0500
committerJakub Hrozek <jhrozek@redhat.com>2013-01-21 22:17:33 +0100
commit18cb0d6489d01a61a2f7bf53815f53a58e9ade0d (patch)
treebb763f0e3d67b5e3c9059c750a263182fd84a4f9 /src/providers/ipa/ipa_hbac_common.c
parent0700185377ad23885cc2ddae20abe0dc36a3abca (diff)
downloadsssd-18cb0d6489d01a61a2f7bf53815f53a58e9ade0d.tar.gz
sssd-18cb0d6489d01a61a2f7bf53815f53a58e9ade0d.tar.xz
sssd-18cb0d6489d01a61a2f7bf53815f53a58e9ade0d.zip
Remove sysdb arg from hbac_*host_attrs_to_rule()
Diffstat (limited to 'src/providers/ipa/ipa_hbac_common.c')
-rw-r--r--src/providers/ipa/ipa_hbac_common.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/providers/ipa/ipa_hbac_common.c b/src/providers/ipa/ipa_hbac_common.c
index 652220b21..8f921f82f 100644
--- a/src/providers/ipa/ipa_hbac_common.c
+++ b/src/providers/ipa/ipa_hbac_common.c
@@ -337,7 +337,6 @@ hbac_attrs_to_rule(TALLOC_CTX *mem_ctx,
/* Get the target hosts */
ret = hbac_thost_attrs_to_rule(new_rule,
- hbac_ctx_sysdb(hbac_ctx),
hbac_ctx->be_req->domain,
new_rule->name,
hbac_ctx->rules[idx],
@@ -351,7 +350,6 @@ hbac_attrs_to_rule(TALLOC_CTX *mem_ctx,
/* Get the source hosts */
ret = hbac_shost_attrs_to_rule(new_rule,
- hbac_ctx_sysdb(hbac_ctx),
hbac_ctx->be_req->domain,
new_rule->name,
hbac_ctx->rules[idx],