mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
cleanup
This commit is contained in:
parent
6a2c344217
commit
092aade428
@ -520,8 +520,7 @@ void
|
|||||||
slap_passwd_generate( struct berval *pass )
|
slap_passwd_generate( struct berval *pass )
|
||||||
{
|
{
|
||||||
Debug( LDAP_DEBUG_TRACE, "slap_passwd_generate\n", 0, 0, 0 );
|
Debug( LDAP_DEBUG_TRACE, "slap_passwd_generate\n", 0, 0, 0 );
|
||||||
pass->bv_val = NULL;
|
BER_BVZERO( pass );
|
||||||
pass->bv_len = 0;
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* generate passwords of only 8 characters as some getpass(3)
|
* generate passwords of only 8 characters as some getpass(3)
|
||||||
|
Loading…
Reference in New Issue
Block a user