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:
Art Yerkes 2008-07-21 05:44:10 +00:00
parent 9a54151f86
commit 861184aa18

View file

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