[ros-diffs] [cgutman] 35609: - Add another missing PollReeval
cgutman at svn.reactos.org
cgutman at svn.reactos.org
Sun Aug 24 21:21:41 CEST 2008
Author: cgutman
Date: Sun Aug 24 14:21:41 2008
New Revision: 35609
URL: http://svn.reactos.org/svn/reactos?rev=35609&view=rev
Log:
- Add another missing PollReeval
Modified:
branches/aicom-network-fixes/drivers/network/afd/afd/listen.c
Modified: branches/aicom-network-fixes/drivers/network/afd/afd/listen.c
URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-fixes/drivers/network/afd/afd/listen.c?rev=35609&r1=35608&r2=35609&view=diff
==============================================================================
--- branches/aicom-network-fixes/drivers/network/afd/afd/listen.c [iso-8859-1] (original)
+++ branches/aicom-network-fixes/drivers/network/afd/afd/listen.c [iso-8859-1] Sun Aug 24 14:21:41 2008
@@ -330,8 +330,10 @@
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;
More information about the Ros-diffs
mailing list