Skip to content
Snippets Groups Projects
Commit f42e510e authored by Randy Kunkee's avatar Randy Kunkee
Browse files

Fix prototype for dummy ldap_int_sasl_bind.

parent 1609e962
No related branches found
No related tags found
No related merge requests found
......@@ -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 */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment