mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 09:09:54 -05:00
Fix prototype for dummy ldap_int_sasl_bind.
This commit is contained in:
parent
1609e96253
commit
f42e510e03
1 changed files with 4 additions and 1 deletions
|
|
@ -924,6 +924,9 @@ ldap_int_sasl_bind(
|
|||
const char *dn,
|
||||
const char *mechs,
|
||||
LDAPControl **sctrls,
|
||||
LDAPControl **cctrls )
|
||||
LDAPControl **cctrls,
|
||||
unsigned flags,
|
||||
LDAP_SASL_INTERACT_PROC *interact,
|
||||
void * defaults )
|
||||
{ return LDAP_NOT_SUPPORTED; }
|
||||
#endif /* HAVE_CYRUS_SASL */
|
||||
|
|
|
|||
Loading…
Reference in a new issue