mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
- Use FCB->Connection.Object instead of FCB->AddressFile.Object
- Spotted by Arty svn path=/branches/aicom-network-fixes/; revision=35468
This commit is contained in:
@@ -135,7 +135,7 @@ AfdGetSockOrPeerName( PDEVICE_OBJECT DeviceObject, PIRP Irp,
|
||||
|
||||
if( NT_SUCCESS(Status) ) {
|
||||
Status = TdiQueryInformation
|
||||
( FCB->AddressFile.Object,
|
||||
( FCB->Connection.Object,
|
||||
TDI_QUERY_CONNECTION_INFO,
|
||||
SysMdl );
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user