mirror of
https://github.com/samba-team/samba.git
synced 2025-03-25 14:50:24 +03:00
another alignment of client challenge: this one in lsa_io_q_auth_2().
there are going to be a few of these... (This used to be commit 3db1fe79c300f17d087c85c7e768a8d11c0f7661)
This commit is contained in:
parent
8c3fedf612
commit
23c448b250
@ -287,7 +287,8 @@ char* lsa_io_q_auth_2(BOOL io, LSA_Q_AUTH_2 *q_a, char *q, char *base, int align
|
||||
q = align_offset(q, base, align);
|
||||
|
||||
q = smb_io_log_info (io, &(q_a->clnt_id), q, base, align, depth); /* client identification info */
|
||||
q = smb_io_chal (io, &(q_a->clnt_chal), q, base, align, depth); /* client-calculated credentials */
|
||||
/* client challenge is _not_ aligned */
|
||||
q = smb_io_chal (io, &(q_a->clnt_chal), q, base, 0, depth); /* client-calculated credentials */
|
||||
q = smb_io_neg_flags(io, &(q_a->clnt_flgs), q, base, align, depth);
|
||||
|
||||
return q;
|
||||
|
Loading…
x
Reference in New Issue
Block a user