mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-30 04:13:33 +00:00
- Revert my whole ASSERT mess
- This fixes Qemu svn path=/branches/aicom-network-fixes/; revision=35611
This commit is contained in:
@@ -324,13 +324,12 @@ 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 );
|
||||
}
|
||||
|
||||
VOID SocketCalloutLeave( PAFD_FCB FCB ) {
|
||||
ASSERT(FCB->Critical);
|
||||
FCB->Critical = FALSE;
|
||||
SocketAcquireStateLock( FCB );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user