Removed a breakpoint in Ext2CommonClose() (after an *intensive* discussion with Filip...). That way ext2 FSD won't crash any more at startup.

svn path=/trunk/; revision=32987
This commit is contained in:
Pierre Schweitzer 2008-04-16 17:51:27 +00:00
parent 975066fe15
commit 0f69b53d2d

View file

@ -144,7 +144,6 @@ BOOLEAN FirstAttempt )
{
DebugTrace( DEBUG_TRACE_SPECIAL, "###### File Pointer 0x%LX [Close]", PtrFileObject);
}
Ext2BreakPoint();
try_return( RC );
}