mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 00:05:44 +00:00
- Remove one of the ASSERTs in SocketCalloutEnter
svn path=/trunk/; revision=35602
This commit is contained in:
parent
13362ee99b
commit
5486706e21
1 changed files with 0 additions and 1 deletions
|
@ -325,7 +325,6 @@ NTSTATUS LeaveIrpUntilLater( PAFD_FCB FCB, PIRP Irp, UINT Function ) {
|
||||||
|
|
||||||
VOID SocketCalloutEnter( PAFD_FCB FCB ) {
|
VOID SocketCalloutEnter( PAFD_FCB FCB ) {
|
||||||
ASSERT(!FCB->Critical);
|
ASSERT(!FCB->Critical);
|
||||||
ASSERT(FCB->Locked);
|
|
||||||
FCB->Critical = TRUE;
|
FCB->Critical = TRUE;
|
||||||
SocketStateUnlock( FCB );
|
SocketStateUnlock( FCB );
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue