mirror of
https://github.com/reactos/reactos.git
synced 2024-12-27 17:44:45 +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 */
|
||||
StackPtr = IoGetNextIrpStackLocation(Irp);
|
||||
StackPtr->MajorFunction = MajorFunction;
|
||||
StackPtr->FileObject = FileObject;
|
||||
|
||||
/* Set Parameters */
|
||||
|
|
Loading…
Reference in a new issue