Skip to content
Snippets Groups Projects
Commit 092aade4 authored by Pierangelo Masarati's avatar Pierangelo Masarati
Browse files

cleanup

parent 6a2c3442
Branches
Tags
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment