A little cleanup of last 2 commits

This commit is contained in:
Kurt Zeilenga 2003-02-21 18:42:15 +00:00
parent ed91ab4cbe
commit eb161745a4

View 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;