- Remove one of the ASSERTs in SocketCalloutEnter

svn path=/trunk/; revision=35602
This commit is contained in:
Cameron Gutman 2008-08-24 16:37:15 +00:00
parent 13362ee99b
commit 5486706e21

View file

@ -325,7 +325,6 @@ NTSTATUS LeaveIrpUntilLater( PAFD_FCB FCB, PIRP Irp, UINT Function ) {
VOID SocketCalloutEnter( PAFD_FCB FCB ) {
ASSERT(!FCB->Critical);
ASSERT(FCB->Locked);
FCB->Critical = TRUE;
SocketStateUnlock( FCB );
}