diff options
Diffstat (limited to 'source3/smbd/negprot.c')
-rw-r--r-- | source3/smbd/negprot.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/smbd/negprot.c b/source3/smbd/negprot.c index db0694a840..66cd835240 100644 --- a/source3/smbd/negprot.c +++ b/source3/smbd/negprot.c @@ -100,6 +100,7 @@ static int reply_lanman1(char *inbuf, char *outbuf) SSVAL(outbuf,smb_vwv1,secword); /* Create a token value and add it to the outgoing packet. */ if (global_encrypted_passwords_negotiated) { + SSVAL(outbuf,smb_vwv11, 8); get_challenge(smb_buf(outbuf)); } @@ -143,6 +144,7 @@ static int reply_lanman2(char *inbuf, char *outbuf) /* Create a token value and add it to the outgoing packet. */ if (global_encrypted_passwords_negotiated) { + SSVAL(outbuf,smb_vwv11, 8); get_challenge(smb_buf(outbuf)); } |