Transaction2SetFSInformationResponse: Added ParametersLength const

This commit is contained in:
Tal Aloni 2019-01-23 23:52:33 +02:00
parent 692e6244ab
commit 48f63106bd

View file

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