From eb161745a4cc7aa7b62144d743946973d4c861e5 Mon Sep 17 00:00:00 2001 From: Kurt Zeilenga Date: Fri, 21 Feb 2003 18:42:15 +0000 Subject: [PATCH] A little cleanup of last 2 commits --- libraries/libldap/cyrus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- 2.39.5