We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 81f1698 commit 90d41a1Copy full SHA for 90d41a1
1 file changed
src/providers/ldap/ldap_init.c
@@ -405,19 +405,13 @@ errno_t sssm_ldap_id_init(TALLOC_CTX *mem_ctx,
405
struct dp_method *dp_methods)
406
{
407
struct ldap_init_ctx *init_ctx;
408
- struct sdap_id_ctx *id_ctx;
409
410
init_ctx = talloc_get_type(module_data, struct ldap_init_ctx);
411
- id_ctx = init_ctx->id_ctx;
412
413
dp_set_method(dp_methods, DPM_ACCOUNT_HANDLER,
414
sdap_account_info_handler_send, sdap_account_info_handler_recv, init_ctx,
415
struct ldap_init_ctx, struct dp_id_data, struct dp_reply_std);
416
417
- dp_set_method(dp_methods, DPM_CHECK_ONLINE,
418
- sdap_online_check_handler_send, sdap_online_check_handler_recv, id_ctx,
419
- struct sdap_id_ctx, void, struct dp_reply_std);
420
-
421
dp_set_method(dp_methods, DPM_ACCT_DOMAIN_HANDLER,
422
default_account_domain_send, default_account_domain_recv, NULL,
423
void, struct dp_get_acct_domain_data, struct dp_reply_std);
0 commit comments