From: Arran Cudbard-Bell Date: Fri, 7 Apr 2017 15:13:28 +0000 (-0400) Subject: Typo X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b949bfbc1a23afe6efdfef409216ab862f2ad711;p=thirdparty%2Ffreeradius-server.git Typo --- diff --git a/src/modules/rlm_ldap/sasl.c b/src/modules/rlm_ldap/sasl.c index 2e254eb0158..0c72e13d36a 100644 --- a/src/modules/rlm_ldap/sasl.c +++ b/src/modules/rlm_ldap/sasl.c @@ -58,7 +58,7 @@ static int _sasl_interact(UNUSED LDAP *handle, UNUSED unsigned flags, void *ctx, { fr_ldap_sasl_ctx_t_t *this = ctx; REQUEST *request = this->request; - ldap_handle_config_t const *handle_config = conn->config; + ldap_handle_config_t const *handle_config = ctx->conn->config; sasl_interact_t *cb = sasl_callbacks; sasl_interact_t *cb_p;