mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
- Add another missing PollReeval
svn path=/branches/aicom-network-fixes/; revision=35609
This commit is contained in:
@@ -330,8 +330,10 @@ NTSTATUS AfdAccept( PDEVICE_OBJECT DeviceObject, PIRP Irp,
|
||||
|
||||
ExFreePool( PendingConnObj );
|
||||
|
||||
if( IsListEmpty( &FCB->PendingConnections ) )
|
||||
if( IsListEmpty( &FCB->PendingConnections ) ) {
|
||||
FCB->PollState &= ~AFD_EVENT_ACCEPT;
|
||||
PollReeval( FCB->DeviceExt, FCB->FileObject );
|
||||
}
|
||||
|
||||
SocketStateUnlock( FCB );
|
||||
return Irp->IoStatus.Status;
|
||||
|
||||
Reference in New Issue
Block a user