mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 22:46:17 +00:00
- 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:
parent
76f11722e8
commit
3f603adf26
1 changed files with 1 additions and 1 deletions
|
@ -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 ) ) ) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue