1
0
mirror of https://github.com/samba-team/samba.git synced 2025-12-12 12:23:50 +03:00

r22011: As Metze suggested, use 0xFF 'E' <enc ctx> instead

of 0xFF 'S' <enc ctx>.
Jeremy.
This commit is contained in:
Jeremy Allison
2007-03-29 19:46:34 +00:00
committed by Gerald (Jerry) Carter
parent 8e15ef476c
commit d8cd4fc91b

View File

@@ -525,7 +525,7 @@ void smb_set_enclen(char *buf,int len,uint16 enc_ctx_num)
_smb_setlen(buf,len);
SCVAL(buf,4,0xFF);
SCVAL(buf,5,'S');
SCVAL(buf,5,'E');
SSVAL(buf,6,enc_ctx_num);
}