]> git.sur5r.net Git - openldap/commitdiff
fix prev. commit
authorPierangelo Masarati <ando@openldap.org>
Sat, 1 Jul 2006 18:27:53 +0000 (18:27 +0000)
committerPierangelo Masarati <ando@openldap.org>
Sat, 1 Jul 2006 18:27:53 +0000 (18:27 +0000)
tests/progs/slapd-bind.c

index 6bce98bad08305eb7bf1dd2fa52e02eccb431dc7..4a5f09d541880dc3532d944019884a8b56e15910 100644 (file)
@@ -134,7 +134,7 @@ main( int argc, char **argv )
                        break;
 
                case 'w':
-                       ber_str2bv( optarg, 0, 0, &pass );
+                       ber_str2bv( optarg, 0, 1, &pass );
                        memset( optarg, '*', pass.bv_len );
                        break;