mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Patch by Cameron Gutman (aicommander <at> gmail <dot> com)
- Forgot to remove UnlockRequest in last patch svn path=/trunk/; revision=34624
This commit is contained in:
@@ -283,7 +283,6 @@ AfdEventSelect( PDEVICE_OBJECT DeviceObject, PIRP Irp,
|
||||
EventSelectInfo->Events));
|
||||
|
||||
if( !SocketAcquireStateLock( FCB ) ) {
|
||||
UnlockRequest( Irp, IrpSp );
|
||||
return LostSocket( Irp, TRUE );
|
||||
}
|
||||
|
||||
@@ -329,7 +328,6 @@ AfdEnumEvents( PDEVICE_OBJECT DeviceObject, PIRP Irp,
|
||||
}
|
||||
|
||||
if( !SocketAcquireStateLock( FCB ) ) {
|
||||
UnlockRequest( Irp, IrpSp );
|
||||
return LostSocket( Irp, TRUE );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user