mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Fix prev commit
This commit is contained in:
parent
79994bad5d
commit
075137b8dd
@ -501,7 +501,7 @@ slap_passwd_hash(
|
||||
struct berval * new,
|
||||
const char **text )
|
||||
{
|
||||
char *hash;
|
||||
char *hash = NULL;
|
||||
if ( default_passwd_hash ) {
|
||||
hash = default_passwd_hash[0];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user