Skip to content
Snippets Groups Projects
Commit 8e5699e6 authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

fix confused comment

parent ccd1273c
No related branches found
No related tags found
No related merge requests found
......@@ -1079,8 +1079,7 @@ tool_bind( LDAP *ld )
{
/* simple bind */
rc = ldap_sasl_bind( ld, binddn, LDAP_SASL_SIMPLE, &passwd,
sctrlsp,
NULL, &msgid );
sctrlsp, NULL, &msgid );
if ( msgid == -1 ) {
tool_perror( "ldap_sasl_bind(SIMPLE)", rc,
NULL, NULL, NULL, NULL );
......
......@@ -265,7 +265,7 @@ main( int argc, char *argv[] )
}
if( user != NULL || oldpw.bv_val != NULL || newpw.bv_val != NULL ) {
/* build change password control */
/* build the password modify request data */
ber = ber_alloc_t( LBER_USE_DER );
if( ber == NULL ) {
......
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