diff --git a/libraries/libldap/cyrus.c b/libraries/libldap/cyrus.c index d12c899721..15540ef322 100644 --- a/libraries/libldap/cyrus.c +++ b/libraries/libldap/cyrus.c @@ -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;