]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Fix arguments to rlm_ldap_result in sasl.c
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 13 May 2016 03:53:53 +0000 (23:53 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Fri, 13 May 2016 03:53:53 +0000 (23:53 -0400)
src/modules/rlm_ldap/sasl.c

index 18d0a74f363b48ba3eca6c57a591748c7052cde3..ecd9891dc7ffc30203aee3a59ae0855e644b5b02 100644 (file)
@@ -151,7 +151,7 @@ ldap_rcode_t rlm_ldap_sasl_interactive(rlm_ldap_t const *inst, REQUEST *request,
                 *      successful without the help of ldap_result.
                 */
                if (ret != LDAP_SASL_BIND_IN_PROGRESS) {
-                       status = rlm_ldap_result(inst, conn, -1, identity, timeout, NULL, error, extra);
+                       status = rlm_ldap_result(inst, conn, -1, identity, timeout, NULL, NULL, error, extra);
                        break;          /* Old result gets freed on after exit */
                }