This commit is contained in:
Love Hornquist Astrand
2010-10-27 21:13:31 -07:00
parent 2eae1a1d30
commit e334f05ab5

View File

@@ -1506,14 +1506,14 @@ kcm_op_do_ntlm(krb5_context context,
} }
ret = heim_ntlm_calculate_ntlm2_sess(nonce, ret = heim_ntlm_calculate_ntlm2_sess(nonce,
type2.challange, type2.challenge,
c->nthash.data, c->nthash.data,
&type3.lm, &type3.lm,
&type3.ntlm); &type3.ntlm);
} else { } else {
ret = heim_ntlm_calculate_ntlm1(c->nthash.data, ret = heim_ntlm_calculate_ntlm1(c->nthash.data,
c->nthash.length, c->nthash.length,
type2.challange, type2.challenge,
&type3.ntlm); &type3.ntlm);
} }
@@ -1568,7 +1568,7 @@ kcm_op_do_ntlm(krb5_context context,
ctx->client->key.length, ctx->client->key.length,
type3.username, type3.username,
name->domain, name->domain,
type2.challange, type2.challenge,
&type2.targetinfo, &type2.targetinfo,
ntlmv2, ntlmv2,
&type3.ntlm); &type3.ntlm);