From ffbad797c8c5618cc677b90c65ec41b3284361b4 Mon Sep 17 00:00:00 2001 From: Hallvard Furuseth Date: Thu, 12 May 2011 17:40:36 +0200 Subject: [PATCH] Fix typo in ldap_int_client_controls() comment --- libraries/libldap/controls.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/libldap/controls.c b/libraries/libldap/controls.c index 432ccbf7ee..7511f94f5d 100644 --- a/libraries/libldap/controls.c +++ b/libraries/libldap/controls.c @@ -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; } -- 2.39.5