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_private.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/providers/ipa/ipa_hbac_private.h') diff --git a/src/providers/ipa/ipa_hbac_private.h b/src/providers/ipa/ipa_hbac_private.h index 857160591..984ce90b5 100644 --- a/src/providers/ipa/ipa_hbac_private.h +++ b/src/providers/ipa/ipa_hbac_private.h @@ -93,7 +93,6 @@ hbac_get_category(struct sysdb_attrs *attrs, errno_t hbac_thost_attrs_to_rule(TALLOC_CTX *mem_ctx, - struct sysdb_ctx *sysdb, struct sss_domain_info *domain, const char *rule_name, struct sysdb_attrs *rule_attrs, @@ -101,7 +100,6 @@ hbac_thost_attrs_to_rule(TALLOC_CTX *mem_ctx, errno_t hbac_shost_attrs_to_rule(TALLOC_CTX *mem_ctx, - struct sysdb_ctx *sysdb, struct sss_domain_info *domain, const char *rule_name, struct sysdb_attrs *rule_attrs, -- cgit