mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-25 02:18:16 +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>
|
||||
/// NT_TRANSACT_QUERY_SECURITY_DESC Request
|
||||
/// </summary>
|
||||
public class NTTransactQuerySecurityDescriptorRequest :NTTransactSubcommand
|
||||
public class NTTransactQuerySecurityDescriptorRequest : NTTransactSubcommand
|
||||
{
|
||||
public const int ParametersLength = 8;
|
||||
// Parameters:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue