Преглед на файлове

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.