spelling
This commit is contained in:
@@ -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);
|
||||||
|
Reference in New Issue
Block a user