From 0eefab112fc1634dc45870df7bb210b1afe59783 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Thu, 29 Mar 2007 19:46:34 +0000 Subject: r22011: As Metze suggested, use 0xFF 'E' instead of 0xFF 'S' . Jeremy. (This used to be commit d8cd4fc91b324c9ab8d2f66ee264093763018f76) --- source3/lib/util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/lib/util.c') diff --git a/source3/lib/util.c b/source3/lib/util.c index 964b3813ed..cf8d49c502 100644 --- a/source3/lib/util.c +++ b/source3/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); } -- cgit