]> git.sur5r.net Git - openldap/commitdiff
Fix typo
authorKurt Zeilenga <kurt@openldap.org>
Thu, 27 Jul 2000 01:10:51 +0000 (01:10 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Thu, 27 Jul 2000 01:10:51 +0000 (01:10 +0000)
servers/slapd/sasl.c

index bb8cf2aed6ac21a4a5608516fad0c88508a29537..a13426dda562450d4b529c56445aaf473c5fd375 100644 (file)
@@ -517,7 +517,7 @@ int slap_sasl_bind(
 
        } else if ( sc == SASL_CONTINUE ) {
                send_ldap_sasl( conn, op, rc = LDAP_SASL_BIND_IN_PROGRESS,
-                       NULL, NULL, NULL, NULL,  &response );
+                       NULL, NULL, NULL, NULL, &response );
 
        } else {
                send_ldap_result( conn, op, rc = slap_sasl_err2ldap( sc ),