mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-03-07 14:18:15 +08:00
Fix cyrus.c rev 1.159 for --without-cyrus-sasl:
It modified ldap_int_sasl_bind()'s prototype with but not without SASL.
This commit is contained in:
parent
efcb0ad5a3
commit
b75b769471
@ -1205,7 +1205,10 @@ ldap_int_sasl_bind(
|
||||
LDAPControl **cctrls,
|
||||
unsigned flags,
|
||||
LDAP_SASL_INTERACT_PROC *interact,
|
||||
void * defaults )
|
||||
void *defaults,
|
||||
LDAPMessage *result,
|
||||
const char **rmech,
|
||||
int *msgid )
|
||||
{ return LDAP_NOT_SUPPORTED; }
|
||||
|
||||
int
|
||||
|
Loading…
Reference in New Issue
Block a user