NTTransactHelper: Added comment

This commit is contained in:
Tal Aloni 2017-02-22 20:48:25 +02:00
parent 72c2d05402
commit 0ff1e40515

View file

@ -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)