mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
fix bind/unbind typo
This commit is contained in:
parent
c7338f5cdd
commit
f9cf518cdc
1 changed files with 2 additions and 2 deletions
|
|
@ -1700,11 +1700,11 @@ ldap_unbind_ext_s LDAP_P((
|
|||
|
||||
#if LDAP_DEPRECATED
|
||||
LDAP_F( int )
|
||||
ldap_unbind LDAP_P(( /* deprecated, use ldap_bind_ext */
|
||||
ldap_unbind LDAP_P(( /* deprecated, use ldap_unbind_ext */
|
||||
LDAP *ld ));
|
||||
|
||||
LDAP_F( int )
|
||||
ldap_unbind_s LDAP_P(( /* deprecated, use ldap_bind_ext_s */
|
||||
ldap_unbind_s LDAP_P(( /* deprecated, use ldap_unbind_ext_s */
|
||||
LDAP *ld ));
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue