fix prev. commit

This commit is contained in:
Pierangelo Masarati 2006-07-01 18:27:53 +00:00
parent b6693c3632
commit 7215346d1d

View 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;