Author: cgutman Date: Fri Sep 19 18:16:29 2008 New Revision: 36333
URL: http://svn.reactos.org/svn/reactos?rev=36333&view=rev Log: - Store the current thread
Modified: branches/aicom-network-fixes/drivers/network/ndis/ndis/control.c
Modified: branches/aicom-network-fixes/drivers/network/ndis/ndis/control.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-fixes/drivers/netw... ============================================================================== --- branches/aicom-network-fixes/drivers/network/ndis/ndis/control.c [iso-8859-1] (original) +++ branches/aicom-network-fixes/drivers/network/ndis/ndis/control.c [iso-8859-1] Fri Sep 19 18:16:29 2008 @@ -87,6 +87,7 @@ } } } + Lock->Context = PsGetCurrentThread(); LockState->LockState = 3; } }