]> git.sur5r.net Git - openldap/commitdiff
A little cleanup of last 2 commits
authorKurt Zeilenga <kurt@openldap.org>
Fri, 21 Feb 2003 18:42:15 +0000 (18:42 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Fri, 21 Feb 2003 18:42:15 +0000 (18:42 +0000)
libraries/libldap/cyrus.c

index d12c899721d40b87777c9e39e31e4f518aadbec7..15540ef322f3c0f051e6560c54e5cf854f0f07cc 100644 (file)
@@ -751,7 +751,7 @@ ldap_int_sasl_bind(
 done:
        if( interact ) {
                /* cleanup */
-               (void) (interact)( NULL, flags, defaults, prompts );
+               (void) (interact)( NULL, 0, NULL, prompts );
        }
 
        return rc;