mirror of
https://github.com/TalAloni/SMBLibrary.git
synced 2025-08-13 10:49:19 +02:00
Minor documentation improvement
This commit is contained in:
parent
fad88a7c2b
commit
17ceac4f81
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ namespace SMBLibrary.Server.SMB2
|
||||||
if (status == NTStatus.STATUS_SUCCESS || status == NTStatus.STATUS_CANCELLED)
|
if (status == NTStatus.STATUS_SUCCESS || status == NTStatus.STATUS_CANCELLED)
|
||||||
{
|
{
|
||||||
state.RemoveAsyncContext(context);
|
state.RemoveAsyncContext(context);
|
||||||
// If the target request is successfully canceled, the target request MUST be failed by sending
|
// [MS-SMB2] If the target request is successfully canceled, the target request MUST be failed by sending
|
||||||
// an ERROR response packet [..] with the status field of the SMB2 header set to STATUS_CANCELLED.
|
// an ERROR response packet [..] with the status field of the SMB2 header set to STATUS_CANCELLED.
|
||||||
ErrorResponse response = new ErrorResponse(request.CommandName, NTStatus.STATUS_CANCELLED);
|
ErrorResponse response = new ErrorResponse(request.CommandName, NTStatus.STATUS_CANCELLED);
|
||||||
response.Header.IsAsync = true;
|
response.Header.IsAsync = true;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue