]> git.sur5r.net Git - openldap/commitdiff
ITS#2562: add missing arg to hash_lanman
authorKurt Zeilenga <kurt@openldap.org>
Sun, 1 Jun 2003 23:32:47 +0000 (23:32 +0000)
committerKurt Zeilenga <kurt@openldap.org>
Sun, 1 Jun 2003 23:32:47 +0000 (23:32 +0000)
libraries/liblutil/passwd.c

index f3a727d150bcf18e5acde5b34372cbb90fd98c8b..f150cdf37b40fb319c9269f9355ef86c32195260 100644 (file)
@@ -632,7 +632,7 @@ static int chk_lanman(
 {
        struct berval *hash;
 
-       hash = hash_lanman( scheme, cred );
+       hash = hash_lanman( scheme, cred, text );
        return memcmp( &hash->bv_val[scheme->bv_len], passwd->bv_val, 32);
 }
 #endif /* SLAPD_LMHASH */