From: Arran Cudbard-Bell Date: Wed, 26 Apr 2017 01:39:14 +0000 (-0400) Subject: Fix overzealous search/replace X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5afdcfa7331dffa769fee18f176562050fcf5547;p=thirdparty%2Ffreeradius-server.git Fix overzealous search/replace --- diff --git a/src/lib/ldap/sasl.c b/src/lib/ldap/sasl.c index 14b20328a1e..e8b613bc092 100644 --- a/src/lib/ldap/sasl.c +++ b/src/lib/ldap/sasl.c @@ -135,7 +135,7 @@ fr_ldap_rcode_t fr_ldap_sasl_interactive(REQUEST *request, ROPTIONAL(RDEBUG2, DEBUG2, "Starting SASL mech(s): %s", sasl->mech); for (;;) { - ret = fr_ldap_sasl_interactive_bind(conn->handle, NULL, sasl->mech, + ret = ldap_sasl_interactive_bind(conn->handle, NULL, sasl->mech, our_serverctrls, our_clientctrls, LDAP_SASL_AUTOMATIC, _sasl_interact, &sasl_ctx, result,