فهرست منبع

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.