From 051491353666d0be95316dc62a1e7f280b4bad57 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Wed, 9 Jan 2013 21:29:13 -0500 Subject: Remove hbac_ctx_ev() --- src/providers/ipa/ipa_access.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (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 39bbfb747..03011c310 100644 --- a/src/providers/ipa/ipa_access.c +++ b/src/providers/ipa/ipa_access.c @@ -340,7 +340,7 @@ 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->be_req->be_ctx->ev, sdap_id_op_handle(hbac_ctx->sdap_op), hbac_ctx_sdap_id_ctx(hbac_ctx)->opts, hostname, @@ -374,7 +374,7 @@ static void hbac_get_service_info_step(struct tevent_req *req) /* Get services and service groups */ req = ipa_hbac_service_info_send(hbac_ctx, - hbac_ctx_ev(hbac_ctx), + hbac_ctx->be_req->be_ctx->ev, sdap_id_op_handle(hbac_ctx->sdap_op), hbac_ctx_sdap_id_ctx(hbac_ctx)->opts, hbac_ctx->search_bases); @@ -439,7 +439,7 @@ static void hbac_get_rule_info_step(struct tevent_req *req) /* Get the list of applicable rules */ req = ipa_hbac_rule_info_send(hbac_ctx, hbac_ctx->get_deny_rules, - hbac_ctx_ev(hbac_ctx), + hbac_ctx->be_req->be_ctx->ev, sdap_id_op_handle(hbac_ctx->sdap_op), hbac_ctx_sdap_id_ctx(hbac_ctx)->opts, hbac_ctx->search_bases, -- cgit