SMB2: Improved implementation of SMB2_CREATE_CONTEXT

This commit is contained in:
Tal Aloni 2017-09-25 23:09:21 +03:00
parent 4e71bea5df
commit 7913b5bd9e

View file

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