]> git.sur5r.net Git - openldap/blobdiff - libraries/libldap/controls.c
Fix typo in ldap_int_client_controls() comment
[openldap] / libraries / libldap / controls.c
index 432ccbf7eec4c4f16acef9e4705ec82714dc315f..7511f94f5dd33cd30e1113639f6afbfe75289dcb 100644 (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;
        }