- Apply the same change in my branch as I did to trunk in r35602

svn path=/branches/aicom-network-fixes/; revision=35610
This commit is contained in:
Cameron Gutman 2008-08-24 19:28:25 +00:00
parent 7a30e67498
commit 0a84b51976

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 );
}