mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-16 11:57:39 -05:00
Fix prev commit
This commit is contained in:
parent
79994bad5d
commit
075137b8dd
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue