mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
Properly setup the I/O stack location in IopSecurityFile.
svn path=/trunk/; revision=16736
This commit is contained in:
@@ -324,6 +324,7 @@ IopSecurityFile(PVOID ObjectBody,
|
||||
|
||||
/* Set Stack Parameters */
|
||||
StackPtr = IoGetNextIrpStackLocation(Irp);
|
||||
StackPtr->MajorFunction = MajorFunction;
|
||||
StackPtr->FileObject = FileObject;
|
||||
|
||||
/* Set Parameters */
|
||||
|
||||
Reference in New Issue
Block a user