Skip to content
Snippets Groups Projects
Commit 075137b8 authored by Howard Chu's avatar Howard Chu
Browse files

Fix prev commit

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