From 18cb0d6489d01a61a2f7bf53815f53a58e9ade0d Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 9 Jan 2013 17:31:40 -0500 Subject: Remove sysdb arg from hbac_*host_attrs_to_rule() --- src/providers/ipa/ipa_hbac_common.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/providers/ipa/ipa_hbac_common.c') diff --git a/src/providers/ipa/ipa_hbac_common.c b/src/providers/ipa/ipa_hbac_common.c index 652220b2..8f921f82 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], -- cgit