mirror of
https://github.com/samba-team/samba.git
synced 2024-12-25 23:21:54 +03:00
Merge a trivial fix across from HEAD. Not that this
would work now... Volker
This commit is contained in:
parent
cf923d7133
commit
8c70f657cf
@ -275,7 +275,7 @@ static BOOL cli_ntlmssp_check_incoming_message(struct cli_state *cli)
|
||||
{
|
||||
BOOL good;
|
||||
NTSTATUS nt_status;
|
||||
DATA_BLOB sig = data_blob(&cli->outbuf[smb_ss_field], 8);
|
||||
DATA_BLOB sig = data_blob(&cli->inbuf[smb_ss_field], 8);
|
||||
|
||||
NTLMSSP_CLIENT_STATE *ntlmssp_state = cli->sign_info.signing_context;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user