mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-15 03:01:09 +08:00
Add ldap_unbind_ext_s
This commit is contained in:
parent
89d7b86178
commit
77df7c6098
@ -37,6 +37,15 @@ ldap_unbind_ext(
|
||||
return ldap_ld_free( ld, 1, sctrls, cctrls );
|
||||
}
|
||||
|
||||
int
|
||||
ldap_unbind_ext_s(
|
||||
LDAP *ld,
|
||||
LDAPControl **sctrls,
|
||||
LDAPControl **cctrls )
|
||||
{
|
||||
return ldap_unbind_ext( ld, sctrls, cctrls );
|
||||
}
|
||||
|
||||
int
|
||||
ldap_unbind( LDAP *ld )
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user