ITS#2562: add missing arg to hash_lanman

This commit is contained in:
Kurt Zeilenga 2003-06-01 23:32:47 +00:00
parent 2fcbaf29d9
commit 15fa161b8f

View 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 */