Prechádzať zdrojové kódy

SMB2: Improved implementation of SMB2_CREATE_CONTEXT

Tal Aloni 7 rokov pred
rodič
commit
7913b5bd9e

+ 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.