]> git.sur5r.net Git - openldap/commitdiff
Fix prev commit
authorHoward Chu <hyc@openldap.org>
Tue, 16 Mar 2004 03:24:08 +0000 (03:24 +0000)
committerHoward Chu <hyc@openldap.org>
Tue, 16 Mar 2004 03:24:08 +0000 (03:24 +0000)
servers/slapd/passwd.c

index 35380365926414a704e2bfccc297878aa85a3524..8b358c6d47562c5e8577eb3e45d413414e598a40 100644 (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];
        }