From a0f186208e39a88b9e18d875121c5032531e7705 Mon Sep 17 00:00:00 2001 From: Jan Zeleny Date: Wed, 14 Mar 2012 05:28:46 -0400 Subject: Accept be_req instead if be_ctx in LDAP access provider --- src/providers/ldap/sdap_access.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/providers/ldap/sdap_access.h') diff --git a/src/providers/ldap/sdap_access.h b/src/providers/ldap/sdap_access.h index 0cbee41f..08c6efe2 100644 --- a/src/providers/ldap/sdap_access.h +++ b/src/providers/ldap/sdap_access.h @@ -59,7 +59,7 @@ struct sdap_access_ctx { struct tevent_req * sdap_access_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev, - struct be_ctx *be_ctx, + struct be_req *be_req, struct sdap_access_ctx *access_ctx, struct pam_data *pd); errno_t -- cgit