- Add another missing PollReeval

svn path=/branches/aicom-network-fixes/; revision=35609
This commit is contained in:
Cameron Gutman 2008-08-24 19:21:41 +00:00
parent 63ba865297
commit 7a30e67498

View file

@ -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;