mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-01 04:29:35 -05:00
Fix typo in ldap_int_client_controls() comment
This commit is contained in:
parent
b1646fea2f
commit
ffbad797c8
1 changed files with 1 additions and 1 deletions
|
|
@ -533,7 +533,7 @@ int ldap_int_client_controls( LDAP *ld, LDAPControl **ctrls )
|
|||
assert( LDAP_VALID( ld ) );
|
||||
|
||||
if( ctrls == NULL ) {
|
||||
/* use default server controls */
|
||||
/* use default client controls */
|
||||
ctrls = ld->ld_cctrls;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue