mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 12:23:28 +00:00
[NPFS]
- Comment out ASSERT, requested by Timo; svn path=/trunk/; revision=52669
This commit is contained in:
@@ -984,7 +984,8 @@ NpfsClose(PDEVICE_OBJECT DeviceObject,
|
||||
/* Disconnect the pipes */
|
||||
if (Ccb->OtherSide)
|
||||
{
|
||||
ASSERT(Ccb->OtherSide->OtherSide == Ccb);
|
||||
/* FIXME: Timo wants it rewritten */
|
||||
/*ASSERT(Ccb->OtherSide->OtherSide == Ccb);*/
|
||||
NpfsCcbSetOtherSide(Ccb->OtherSide, NULL);
|
||||
NpfsCcbSetOtherSide(Ccb, NULL);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user