summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/lib/util.c2
1 files changed, 1 insertions, 1 deletions
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);
}