Skip to content
Snippets Groups Projects
Commit ffbad797 authored by Hallvard Furuseth's avatar Hallvard Furuseth
Browse files

Fix typo in ldap_int_client_controls() comment

parent b1646fea
Branches
Tags
No related merge requests found
......@@ -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;
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment