mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 17:49:59 -05:00
cleanup
This commit is contained in:
parent
6a2c344217
commit
092aade428
1 changed files with 1 additions and 2 deletions
|
|
@ -520,8 +520,7 @@ void
|
|||
slap_passwd_generate( struct berval *pass )
|
||||
{
|
||||
Debug( LDAP_DEBUG_TRACE, "slap_passwd_generate\n", 0, 0, 0 );
|
||||
pass->bv_val = NULL;
|
||||
pass->bv_len = 0;
|
||||
BER_BVZERO( pass );
|
||||
|
||||
/*
|
||||
* generate passwords of only 8 characters as some getpass(3)
|
||||
|
|
|
|||
Loading…
Reference in a new issue