From 8edf0e447266d68f10264eb3f3ea514cd1687041 Mon Sep 17 00:00:00 2001 From: Jakub Hrozek Date: Mon, 19 Dec 2011 14:59:59 +0100 Subject: Pass sdap_id_ctx to online check from IPA provider --- src/providers/ipa/ipa_id.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/providers/ipa/ipa_id.h') diff --git a/src/providers/ipa/ipa_id.h b/src/providers/ipa/ipa_id.h index aa2dfe7fd..04a6c2b8a 100644 --- a/src/providers/ipa/ipa_id.h +++ b/src/providers/ipa/ipa_id.h @@ -45,4 +45,7 @@ int ipa_get_netgroups_recv(struct tevent_req *req, TALLOC_CTX *mem_ctx, size_t *reply_count, struct sysdb_attrs ***reply); + +void ipa_check_online(struct be_req *be_req); + #endif -- cgit