mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
Removed the assertion
svn path=/trunk/; revision=1903
This commit is contained in:
parent
7d0f1e3433
commit
bbf48f20aa
1 changed files with 1 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
/* $Id: create.c,v 1.41 2001/05/05 09:32:36 ekohl Exp $
|
/* $Id: create.c,v 1.42 2001/05/13 13:35:37 chorns Exp $
|
||||||
*
|
*
|
||||||
* COPYRIGHT: See COPYING in the top level directory
|
* COPYRIGHT: See COPYING in the top level directory
|
||||||
* PROJECT: ReactOS kernel
|
* PROJECT: ReactOS kernel
|
||||||
|
@ -87,7 +87,6 @@ IopCreateFile (PVOID ObjectBody,
|
||||||
{
|
{
|
||||||
CPRINT("Parent is a %S which not a device type\n",
|
CPRINT("Parent is a %S which not a device type\n",
|
||||||
BODY_TO_HEADER(Parent)->ObjectType->TypeName.Buffer);
|
BODY_TO_HEADER(Parent)->ObjectType->TypeName.Buffer);
|
||||||
assert(FALSE);
|
|
||||||
return (STATUS_UNSUCCESSFUL);
|
return (STATUS_UNSUCCESSFUL);
|
||||||
}
|
}
|
||||||
Status = ObReferenceObjectByPointer (DeviceObject,
|
Status = ObReferenceObjectByPointer (DeviceObject,
|
||||||
|
|
Loading…
Reference in a new issue