We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c41e6d1 commit e345d10Copy full SHA for e345d10
1 file changed
src/providers/ldap/ldap_init.c
@@ -422,19 +422,13 @@ errno_t sssm_ldap_id_init(TALLOC_CTX *mem_ctx,
422
struct dp_method *dp_methods)
423
{
424
struct ldap_init_ctx *init_ctx;
425
- struct sdap_id_ctx *id_ctx;
426
427
init_ctx = talloc_get_type(module_data, struct ldap_init_ctx);
428
- id_ctx = init_ctx->id_ctx;
429
430
dp_set_method(dp_methods, DPM_ACCOUNT_HANDLER,
431
sdap_account_info_handler_send, sdap_account_info_handler_recv, init_ctx,
432
struct ldap_init_ctx, struct dp_id_data, struct dp_reply_std);
433
434
- dp_set_method(dp_methods, DPM_CHECK_ONLINE,
435
- sdap_online_check_handler_send, sdap_online_check_handler_recv, id_ctx,
436
- struct sdap_id_ctx, void, struct dp_reply_std);
437
-
438
dp_set_method(dp_methods, DPM_ACCT_DOMAIN_HANDLER,
439
default_account_domain_send, default_account_domain_recv, NULL,
440
void, struct dp_get_acct_domain_data, struct dp_reply_std);
0 commit comments