mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
Fix declaration mismatch when CYRUS is not present
This commit is contained in:
parent
d05e6af326
commit
6a59465686
1 changed files with 1 additions and 0 deletions
|
|
@ -1002,6 +1002,7 @@ ldap_int_sasl_bind(
|
|||
int
|
||||
ldap_int_sasl_external(
|
||||
LDAP *ld,
|
||||
LDAPConn *conn,
|
||||
const char * authid,
|
||||
ber_len_t ssf )
|
||||
{ return LDAP_SUCCESS; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue