diff options
| author | Michal Zidek <mzidek@redhat.com> | 2013-10-17 14:17:56 +0200 |
|---|---|---|
| committer | Jakub Hrozek <jhrozek@redhat.com> | 2013-11-15 20:20:19 +0100 |
| commit | d115f40c7a3999e3cbe705a2ff9cf0fd493f80fb (patch) | |
| tree | c0809b3f8bb0a42186c8d07a65e66800b837c313 /src/providers/ipa/ipa_hbac_common.c | |
| parent | 6a31a971a376a992afb838fe60b311360c970267 (diff) | |
| download | sssd-d115f40c7a3999e3cbe705a2ff9cf0fd493f80fb.tar.gz sssd-d115f40c7a3999e3cbe705a2ff9cf0fd493f80fb.tar.xz sssd-d115f40c7a3999e3cbe705a2ff9cf0fd493f80fb.zip | |
SYSDB: Drop the sysdb_ctx parameter - module sysdb_ops (part 2)
Diffstat (limited to 'src/providers/ipa/ipa_hbac_common.c')
| -rw-r--r-- | src/providers/ipa/ipa_hbac_common.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/providers/ipa/ipa_hbac_common.c b/src/providers/ipa/ipa_hbac_common.c index e539b29d2..a37db7554 100644 --- a/src/providers/ipa/ipa_hbac_common.c +++ b/src/providers/ipa/ipa_hbac_common.c @@ -78,8 +78,7 @@ ipa_hbac_save_list(struct sss_domain_info *domain, } DEBUG(9, ("Object name: [%s].\n", object_name)); - ret = sysdb_store_custom(domain->sysdb, domain, - object_name, subdir, list[c]); + ret = sysdb_store_custom(domain, object_name, subdir, list[c]); if (ret != EOK) { DEBUG(1, ("sysdb_store_custom failed.\n")); goto done; |
