diff options
Diffstat (limited to 'src/providers/ldap/ldap_init.c')
-rw-r--r-- | src/providers/ldap/ldap_init.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/ldap/ldap_init.c b/src/providers/ldap/ldap_init.c index 566924cbc..b7102adb8 100644 --- a/src/providers/ldap/ldap_init.c +++ b/src/providers/ldap/ldap_init.c @@ -523,7 +523,7 @@ errno_t sssm_ldap_id_init(TALLOC_CTX *mem_ctx, dp_set_method(dp_methods, DPM_ACCOUNT_HANDLER, sdap_account_info_handler_send, sdap_account_info_handler_recv, id_ctx, - struct sdap_id_ctx, struct be_acct_req, struct dp_reply_std); + struct sdap_id_ctx, struct dp_id_data, struct dp_reply_std); dp_set_method(dp_methods, DPM_CHECK_ONLINE, sdap_online_check_handler_send, sdap_online_check_handler_recv, id_ctx, |