[ros-diffs] [cgutman] 35468: - Use FCB->Connection.Object instead of FCB->AddressFile.Object - Spotted by Arty

cgutman at svn.reactos.org cgutman at svn.reactos.org
Wed Aug 20 03:10:14 CEST 2008


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/network/afd/afd/info.c?rev=35468&r1=35467&r2=35468&view=diff
==============================================================================
--- 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 );
                 }



More information about the Ros-diffs mailing list