mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
cleanup
This commit is contained in:
parent
6a2c344217
commit
092aade428
@ -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 New Issue
Block a user