diff --git a/source/lib/util.c b/source/lib/util.c index 964b3813edb..cf8d49c502e 100644 --- a/source/lib/util.c +++ b/source/lib/util.c @@ -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); }