From: Kurt Zeilenga Date: Fri, 21 Feb 2003 18:42:15 +0000 (+0000) Subject: A little cleanup of last 2 commits X-Git-Tag: NO_SLAP_OP_BLOCKS~325 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=eb161745a4cc7aa7b62144d743946973d4c861e5;p=openldap A little cleanup of last 2 commits --- 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;