summaryrefslogtreecommitdiffstats
path: root/src/providers/ipa/ipa_hosts.c
diff options
context:
space:
mode:
authorSimo Sorce <simo@redhat.com>2013-01-09 16:45:57 -0500
committerJakub Hrozek <jhrozek@redhat.com>2013-01-21 22:17:33 +0100
commitd34961fdcf5a999d9debee3d1d8e255457798295 (patch)
treec2e0b7ad80a5cbe7b499b141e2d037856ea3528d /src/providers/ipa/ipa_hosts.c
parent24b715f096613d18f182cf0fff537e1fc79647fa (diff)
downloadsssd-d34961fdcf5a999d9debee3d1d8e255457798295.tar.gz
sssd-d34961fdcf5a999d9debee3d1d8e255457798295.tar.xz
sssd-d34961fdcf5a999d9debee3d1d8e255457798295.zip
Remove sysdb argument from ipa_host_info_send()
Diffstat (limited to 'src/providers/ipa/ipa_hosts.c')
-rw-r--r--src/providers/ipa/ipa_hosts.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/providers/ipa/ipa_hosts.c b/src/providers/ipa/ipa_hosts.c
index 792af410e..286e5e9a9 100644
--- a/src/providers/ipa/ipa_hosts.c
+++ b/src/providers/ipa/ipa_hosts.c
@@ -74,7 +74,6 @@ ipa_hostgroup_info_next(struct tevent_req *req,
struct tevent_req *
ipa_host_info_send(TALLOC_CTX *mem_ctx,
struct tevent_context *ev,
- struct sysdb_ctx *sysdb,
struct sdap_handle *sh,
struct sdap_options *opts,
const char *hostname,
@@ -92,7 +91,6 @@ ipa_host_info_send(TALLOC_CTX *mem_ctx,
}
state->ev = ev;
- state->sysdb = sysdb;
state->sh = sh;
state->opts = opts;
state->hostname = hostname;