Fix prev commit

This commit is contained in:
Howard Chu 2004-03-16 03:24:08 +00:00
parent 79994bad5d
commit 075137b8dd

View File

@ -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];
}