mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-30 13:30:57 +08:00
fix prev. commit
This commit is contained in:
parent
b6693c3632
commit
7215346d1d
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user