mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-21 08:45:54 +02:00
Transaction2SetFSInformationResponse: Added ParametersLength const
This commit is contained in:
parent
692e6244ab
commit
48f63106bd
1 changed files with 2 additions and 0 deletions
|
@ -15,6 +15,8 @@ namespace SMBLibrary.SMB1
|
|||
/// </summary>
|
||||
public class Transaction2SetFSInformationResponse : Transaction2Subcommand
|
||||
{
|
||||
public const int ParametersLength = 0;
|
||||
|
||||
public Transaction2SetFSInformationResponse() : base()
|
||||
{
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue