[ros-diffs] [navaraf] 17015: Merge 16736 from trunk:

navaraf at svn.reactos.com navaraf at svn.reactos.com
Wed Aug 3 19:14:33 CEST 2005


Merge 16736 from trunk:
Properly setup the I/O stack location in IopSecurityFile.
Modified: branches/ros-branch-0_2_7/reactos/ntoskrnl/io/file.c
  _____  

Modified: branches/ros-branch-0_2_7/reactos/ntoskrnl/io/file.c
--- branches/ros-branch-0_2_7/reactos/ntoskrnl/io/file.c
2005-08-03 17:13:51 UTC (rev 17014)
+++ branches/ros-branch-0_2_7/reactos/ntoskrnl/io/file.c
2005-08-03 17:14:26 UTC (rev 17015)
@@ -324,6 +324,7 @@

 
     /* Set Stack Parameters */
     StackPtr = IoGetNextIrpStackLocation(Irp);
+    StackPtr->MajorFunction = MajorFunction;
     StackPtr->FileObject = FileObject;
 
     /* Set Parameters */
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://www.reactos.org/pipermail/ros-diffs/attachments/20050803/725929d8/attachment.html


More information about the Ros-diffs mailing list