- Comment out ASSERT, requested by Timo;

svn path=/trunk/; revision=52669
This commit is contained in:
Olaf Siejka
2011-07-12 22:33:53 +00:00
parent 3bf6ac15e4
commit 88c567d127
+2 -1
View File
@@ -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);
}