Browse Source

Transaction2SetFSInformationResponse: Added ParametersLength const

Tal Aloni 6 years ago
parent
commit
48f63106bd

+ 2 - 0
SMBLibrary/SMB1/Transaction2Subcommands/Transaction2SetFSInformationResponse.cs

@@ -15,6 +15,8 @@ namespace SMBLibrary.SMB1
     /// </summary>
     public class Transaction2SetFSInformationResponse : Transaction2Subcommand
     {
+        public const int ParametersLength = 0;
+
         public Transaction2SetFSInformationResponse() : base()
         {
         }