瀏覽代碼

SMB2: Improved implementation of SMB2_CREATE_CONTEXT

Tal Aloni 7 年之前
父節點
當前提交
7913b5bd9e
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      SMBLibrary/SMB2/Structures/CreateContext.cs

+ 1 - 1
SMBLibrary/SMB2/Structures/CreateContext.cs

@@ -15,7 +15,7 @@ namespace SMBLibrary.SMB2
     /// </summary>
     public class CreateContext
     {
-        public int FixedLength = 16;
+        public const int FixedLength = 16;
 
         /// <summary>
         /// The offset from the beginning of this Create Context to the beginning of a subsequent 8-byte aligned Create Context.