mirror of
https://github.com/samba-team/samba.git
synced 2025-11-19 04:23:48 +03:00
r3528: added support for the SMBntcancel() operation, which cancels any
outstanding async operation (triggering an immediate timeout). pvfs now passes the RAW-MUX test
This commit is contained in:
committed by
Gerald (Jerry) Carter
parent
d264aacfd5
commit
3423e2f414
@@ -2319,7 +2319,9 @@ void reply_ntcreate_and_X(struct smbsrv_request *req)
|
||||
****************************************************************************/
|
||||
void reply_ntcancel(struct smbsrv_request *req)
|
||||
{
|
||||
req_reply_error(req, NT_STATUS_FOOBAR);
|
||||
/* NOTE: this request does not generate a reply */
|
||||
ntvfs_cancel(req);
|
||||
req_destroy(req);
|
||||
}
|
||||
|
||||
/****************************************************************************
|
||||
|
||||
Reference in New Issue
Block a user