diff --git a/SMBLibrary/SMB2/Structures/CreateContext.cs b/SMBLibrary/SMB2/Structures/CreateContext.cs index 5a9669b..b537a42 100644 --- a/SMBLibrary/SMB2/Structures/CreateContext.cs +++ b/SMBLibrary/SMB2/Structures/CreateContext.cs @@ -15,7 +15,7 @@ namespace SMBLibrary.SMB2 /// public class CreateContext { - public int FixedLength = 16; + public const int FixedLength = 16; /// /// The offset from the beginning of this Create Context to the beginning of a subsequent 8-byte aligned Create Context.