]> git.sur5r.net Git - openldap/blobdiff - clients/tools/common.c
fix confused comment
[openldap] / clients / tools / common.c
index cb0135e909d46195837253435b7c74e38b7df924..271a1338693b6b45f55619290bdfbcd1c273734f 100644 (file)
@@ -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 );