projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
079265d
)
remove a bugcheck that was only used for debug purpose
author
Thomas Bluemel
<thomas@reactsoft.com>
Mon, 8 Aug 2005 15:46:41 +0000
(15:46 +0000)
committer
Thomas Bluemel
<thomas@reactsoft.com>
Mon, 8 Aug 2005 15:46:41 +0000
(15:46 +0000)
svn path=/trunk/; revision=17207
reactos/ntoskrnl/ob/object.c
patch
|
blob
|
history
diff --git
a/reactos/ntoskrnl/ob/object.c
b/reactos/ntoskrnl/ob/object.c
index
68eb5fb
..
a2bfa7c
100644
(file)
--- a/
reactos/ntoskrnl/ob/object.c
+++ b/
reactos/ntoskrnl/ob/object.c
@@
-148,7
+148,6
@@
ObpCaptureObjectAttributes(IN POBJECT_ATTRIBUTES ObjectAttributes OPTIONAL,
if(!NT_SUCCESS(Status))
{
DPRINT1("ObpCaptureObjectAttributes failed to probe object attributes 0x%p\n", ObjectAttributes);
- KEBUGCHECK(0);
goto failbasiccleanup;
}
}