Fix typo in ldap_int_client_controls() comment

This commit is contained in:
Hallvard Furuseth 2011-05-12 17:40:36 +02:00
parent b1646fea2f
commit ffbad797c8

View file

@ -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;
}