mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Properly setup the I/O stack location in IopSecurityFile.
svn path=/trunk/; revision=16736
This commit is contained in:
parent
ead342935a
commit
11c02111f0
1 changed files with 1 additions and 0 deletions
|
@ -324,6 +324,7 @@ IopSecurityFile(PVOID ObjectBody,
|
||||||
|
|
||||||
/* Set Stack Parameters */
|
/* Set Stack Parameters */
|
||||||
StackPtr = IoGetNextIrpStackLocation(Irp);
|
StackPtr = IoGetNextIrpStackLocation(Irp);
|
||||||
|
StackPtr->MajorFunction = MajorFunction;
|
||||||
StackPtr->FileObject = FileObject;
|
StackPtr->FileObject = FileObject;
|
||||||
|
|
||||||
/* Set Parameters */
|
/* Set Parameters */
|
||||||
|
|
Loading…
Reference in a new issue