From d34961fdcf5a999d9debee3d1d8e255457798295 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 9 Jan 2013 16:45:57 -0500 Subject: Remove sysdb argument from ipa_host_info_send() --- src/providers/ipa/ipa_access.c | 1 - 1 file changed, 1 deletion(-) (limited to 'src/providers/ipa/ipa_access.c') diff --git a/src/providers/ipa/ipa_access.c b/src/providers/ipa/ipa_access.c index b8be19ebe..ca9ea2773 100644 --- a/src/providers/ipa/ipa_access.c +++ b/src/providers/ipa/ipa_access.c @@ -341,7 +341,6 @@ static int hbac_get_host_info_step(struct hbac_ctx *hbac_ctx) req = ipa_host_info_send(hbac_ctx, hbac_ctx_ev(hbac_ctx), - hbac_ctx_sysdb(hbac_ctx), sdap_id_op_handle(hbac_ctx->sdap_op), hbac_ctx_sdap_id_ctx(hbac_ctx)->opts, hostname, -- cgit