mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
disable assert until someone fixes this
svn path=/trunk/; revision=15645
This commit is contained in:
@@ -7111,8 +7111,6 @@ IoReuseIrp(
|
||||
_InvokeOnCancel) \
|
||||
{ \
|
||||
PIO_STACK_LOCATION _IrpSp; \
|
||||
ASSERT(_InvokeOnSuccess || _InvokeOnError || _InvokeOnCancel ? \
|
||||
_CompletionRoutine != NULL : TRUE); \
|
||||
_IrpSp = IoGetNextIrpStackLocation(_Irp); \
|
||||
_IrpSp->CompletionRoutine = (PIO_COMPLETION_ROUTINE)(_CompletionRoutine); \
|
||||
_IrpSp->Context = (_Context); \
|
||||
|
||||
Reference in New Issue
Block a user