From 7913b5bd9ed2edb606a41dfa49de5f3b6d9b1315 Mon Sep 17 00:00:00 2001 From: Tal Aloni Date: Mon, 25 Sep 2017 23:09:21 +0300 Subject: [PATCH] SMB2: Improved implementation of SMB2_CREATE_CONTEXT --- SMBLibrary/SMB2/Structures/CreateContext.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.