1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

s3: Cosmetics -- I could not spot where "chal" was initialized

This commit is contained in:
Volker Lendecke 2010-04-11 11:14:24 +02:00
parent 2c193fe91a
commit b91484a1a0

View File

@ -1218,8 +1218,8 @@ static NTSTATUS winbindd_dual_pam_auth_samlogon(struct winbindd_domain *domain,
/* do password magic */
generate_random_buffer(chal, 8);
if (lp_client_ntlmv2_auth()) {
DATA_BLOB server_chal;
DATA_BLOB names_blob;