mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 10:04:49 +00:00
Fixed an ugly bug
svn path=/trunk/; revision=1307
This commit is contained in:
parent
ddfa2017c7
commit
1aa74074a2
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
/* $Id: device.c,v 1.18 2000/06/29 23:35:37 dwelch Exp $
|
||||
/* $Id: device.c,v 1.19 2000/08/19 00:02:55 ekohl Exp $
|
||||
*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS kernel
|
||||
|
@ -136,7 +136,7 @@ IoGetDeviceObjectPointer (
|
|||
return Status;
|
||||
|
||||
Status = ObReferenceObjectByHandle (FileHandle,
|
||||
0,
|
||||
DesiredAccess,
|
||||
IoFileObjectType,
|
||||
KernelMode,
|
||||
(PVOID*)&LocalFileObject,
|
||||
|
|
Loading…
Reference in a new issue