From d8cd4fc91b324c9ab8d2f66ee264093763018f76 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 29 Mar 2007 19:46:34 +0000 Subject: [PATCH] r22011: As Metze suggested, use 0xFF 'E' instead of 0xFF 'S' . Jeremy. --- source/lib/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); } -- 2.47.3