Author: cgutman Date: Tue Aug 19 20:10:13 2008 New Revision: 35468
URL: http://svn.reactos.org/svn/reactos?rev=35468&view=rev Log: - Use FCB->Connection.Object instead of FCB->AddressFile.Object - Spotted by Arty
Modified: branches/aicom-network-fixes/drivers/network/afd/afd/info.c
Modified: branches/aicom-network-fixes/drivers/network/afd/afd/info.c URL: http://svn.reactos.org/svn/reactos/branches/aicom-network-fixes/drivers/netw... ============================================================================== --- branches/aicom-network-fixes/drivers/network/afd/afd/info.c [iso-8859-1] (original) +++ branches/aicom-network-fixes/drivers/network/afd/afd/info.c [iso-8859-1] Tue Aug 19 20:10:13 2008 @@ -135,7 +135,7 @@
if( NT_SUCCESS(Status) ) { Status = TdiQueryInformation - ( FCB->AddressFile.Object, + ( FCB->Connection.Object, TDI_QUERY_CONNECTION_INFO, SysMdl ); }