- Fix a typo resulting in any call to AfdGetSockOrPeerName with Local set to FALSE to return STATUS_NO_MEMORY

svn path=/branches/aicom-network-fixes/; revision=35356
This commit is contained in:
Cameron Gutman 2008-08-15 18:14:55 +00:00
parent 76f11722e8
commit 3f603adf26

View file

@ -113,7 +113,7 @@ AfdGetSockOrPeerName( PDEVICE_OBJECT DeviceObject, PIRP Irp,
TDI_QUERY_ADDRESS_INFO,
Mdl );
} else {
if( !NT_SUCCESS
if( NT_SUCCESS
( Status = TdiBuildNullConnectionInfo
( &ConnInfo,
FCB->LocalAddress->Address[0].AddressType ) ) ) {