Skip to content
Snippets Groups Projects
Commit 7b6df3ef authored by Hallvard Furuseth's avatar Hallvard Furuseth Committed by Quanah Gibson-Mount
Browse files

Fix typo in ldap_int_client_controls() comment

parent ad046769
No related branches found
No related tags found
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.
Finish editing this message first!
Please register or to comment