]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix overzealous search/replace
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 26 Apr 2017 01:39:14 +0000 (21:39 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 26 Apr 2017 01:39:14 +0000 (21:39 -0400)
src/lib/ldap/sasl.c

index 14b20328a1e1a8dbee23272af269817b9fee6b55..e8b613bc092c14afbf385beb885c1d50f3726dd2 100644 (file)
@@ -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,