]> git.sur5r.net Git - openldap/commitdiff
Fix prototype for dummy ldap_int_sasl_bind.
authorRandy Kunkee <kunkee@openldap.org>
Wed, 19 Jul 2000 07:44:06 +0000 (07:44 +0000)
committerRandy Kunkee <kunkee@openldap.org>
Wed, 19 Jul 2000 07:44:06 +0000 (07:44 +0000)
libraries/libldap/cyrus.c

index aa1c677b580eb34c680f1052c1fa8067907b7831..d56cb50ce161d86934fbfdb5e80b12afae752eea 100644 (file)
@@ -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 */