mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-20 22:59:34 -05:00
fix prev. commit
This commit is contained in:
parent
b6693c3632
commit
7215346d1d
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue