From 6a3bc86db8d53ec9441618a41468be6bf3b46f91 Mon Sep 17 00:00:00 2001 From: Arran Cudbard-Bell Date: Sun, 12 May 2024 11:50:13 -0600 Subject: [PATCH] Typo in rlm_ldap --- src/modules/rlm_ldap/rlm_ldap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/rlm_ldap/rlm_ldap.c b/src/modules/rlm_ldap/rlm_ldap.c index 616062d440..e551bc559e 100644 --- a/src/modules/rlm_ldap/rlm_ldap.c +++ b/src/modules/rlm_ldap/rlm_ldap.c @@ -2396,7 +2396,7 @@ static int mod_instantiate(module_inst_ctx_t const *mctx) size_t i; CONF_SECTION *options; - rlm_ldap_boot_t const *boot = talloc_get_type_abort(mctx->mi->data, rlm_ldap_boot_t); + rlm_ldap_boot_t const *boot = talloc_get_type_abort(mctx->mi->boot, rlm_ldap_boot_t); rlm_ldap_t *inst = talloc_get_type_abort(mctx->mi->data, rlm_ldap_t); CONF_SECTION *conf = mctx->mi->conf; -- 2.47.3