This commit is contained in:
Bill Zissimopoulos 2016-01-20 16:43:30 -08:00
parent b9ea2196c0
commit 02ab670b39

View File

@ -549,7 +549,7 @@ VOID FspFsvolCreateComplete(
FileNode->UserContext = Response->Rsp.Create.Opened.UserContext;
FileDesc->UserContext2 = Response->Rsp.Create.Opened.UserContext2;
DeleteOnClose = BooleanFlagOn(Request->Req.Create.CreateOptions, FILE_DELETE_ON_CLOSE);
DeleteOnClose = BooleanFlagOn(IrpSp->Parameters.Create.Options, FILE_DELETE_ON_CLOSE);
/* open the FileNode */
OpenedFileNode = FspFileNodeOpen(FileNode, FileObject,