mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-11 13:50:39 +08:00
Import auto init bug fix.
This commit is contained in:
parent
adc1d19d48
commit
6896a2be62
@ -146,7 +146,10 @@ gen_pass (unsigned int len)
|
||||
const unsigned char autogen[] =
|
||||
"ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz1234567890.,";
|
||||
int i;
|
||||
Salt salt = {NULL, 0};
|
||||
Salt salt;
|
||||
|
||||
salt.salt = NULL;
|
||||
salt.len = 0;
|
||||
|
||||
make_salt (&salt, len);
|
||||
for (i = 0; i < len; i++)
|
||||
|
Loading…
Reference in New Issue
Block a user