mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-29 12:23:30 +00:00
Forgot to remove this ASSERT for r47636
svn path=/trunk/; revision=47639
This commit is contained in:
@@ -99,7 +99,8 @@ BOOLEAN DequeueMiniportTimer(PNDIS_MINIPORT_TIMER Timer)
|
||||
{
|
||||
PNDIS_MINIPORT_TIMER CurrentTimer;
|
||||
|
||||
ASSERT(Timer->Miniport->TimerQueue);
|
||||
if (!Timer->Miniport->TimerQueue)
|
||||
return FALSE;
|
||||
|
||||
if (Timer->Miniport->TimerQueue == Timer)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user