[ros-diffs] [arty] 34624: Patch by Cameron Gutman (aicommander <at> gmail <dot> com) - Forgot to remove UnlockRequest in last patch

arty at svn.reactos.org arty at svn.reactos.org
Mon Jul 21 07:44:11 CEST 2008


Author: arty
Date: Mon Jul 21 00:44:10 2008
New Revision: 34624

URL: http://svn.reactos.org/svn/reactos?rev=34624&view=rev
Log:
Patch by Cameron Gutman (aicommander <at> gmail <dot> com)
- Forgot to remove UnlockRequest in last patch

Modified:
    trunk/reactos/drivers/network/afd/afd/select.c

Modified: trunk/reactos/drivers/network/afd/afd/select.c
URL: http://svn.reactos.org/svn/reactos/trunk/reactos/drivers/network/afd/afd/select.c?rev=34624&r1=34623&r2=34624&view=diff
==============================================================================
--- trunk/reactos/drivers/network/afd/afd/select.c [iso-8859-1] (original)
+++ trunk/reactos/drivers/network/afd/afd/select.c [iso-8859-1] Mon Jul 21 00:44:10 2008
@@ -283,7 +283,6 @@
 			    EventSelectInfo->Events));
 
     if( !SocketAcquireStateLock( FCB ) ) {
-	UnlockRequest( Irp, IrpSp );
 	return LostSocket( Irp, TRUE );
     }
 
@@ -329,7 +328,6 @@
     }
 
     if( !SocketAcquireStateLock( FCB ) ) {
-	UnlockRequest( Irp, IrpSp );
 	return LostSocket( Irp, TRUE );
     }
 



More information about the Ros-diffs mailing list