From e523233315f44b8f77ab9c5143a3d80364ebf955 Mon Sep 17 00:00:00 2001 From: Ondrej Kos Date: Thu, 23 Aug 2012 11:12:45 +0200 Subject: AD context was set to null due to type mismatch --- src/providers/ad/ad_init.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/providers/ad/ad_init.c') diff --git a/src/providers/ad/ad_init.c b/src/providers/ad/ad_init.c index d0831252..2add74a2 100644 --- a/src/providers/ad/ad_init.c +++ b/src/providers/ad/ad_init.c @@ -44,7 +44,7 @@ ad_shutdown(struct be_req *req); struct bet_ops ad_id_ops = { .handler = ad_account_info_handler, .finalize = ad_shutdown, - .check_online = sdap_check_online + .check_online = ad_check_online }; struct bet_ops ad_auth_ops = { -- cgit