mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-07-22 01:05:54 +02:00
NTTransactHelper: Added comment
This commit is contained in:
parent
72c2d05402
commit
0ff1e40515
1 changed files with 2 additions and 0 deletions
|
@ -88,6 +88,8 @@ namespace SMBLibrary.Server.SMB1
|
|||
}
|
||||
else if (subcommand is NTTransactNotifyChangeRequest)
|
||||
{
|
||||
// [MS-CIFS] If the server does not support the NT_TRANSACT_NOTIFY_CHANGE subcommand, it can return an
|
||||
// error response with STATUS_NOT_IMPLEMENTED [..] in response to an NT_TRANSACT_NOTIFY_CHANGE Request.
|
||||
header.Status = NTStatus.STATUS_NOT_IMPLEMENTED;
|
||||
}
|
||||
else if (subcommand is NTTransactQuerySecurityDescriptorRequest)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue