mirror of
https://github.com/reactos/reactos.git
synced 2024-11-07 07:00:19 +00:00
- 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:
parent
7a30e67498
commit
0a84b51976
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…
Reference in a new issue