mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-26 02:38:15 +02:00
NT_TRANSACT_QUERY_SECURITY_DESC: Cosmetic change
This commit is contained in:
parent
df72f6d115
commit
03059cd78b
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ namespace SMBLibrary.SMB1
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// NT_TRANSACT_QUERY_SECURITY_DESC Request
|
/// NT_TRANSACT_QUERY_SECURITY_DESC Request
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public class NTTransactQuerySecurityDescriptorRequest :NTTransactSubcommand
|
public class NTTransactQuerySecurityDescriptorRequest : NTTransactSubcommand
|
||||||
{
|
{
|
||||||
public const int ParametersLength = 8;
|
public const int ParametersLength = 8;
|
||||||
// Parameters:
|
// Parameters:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue