mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 02:05:50 +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,
|
TDI_QUERY_ADDRESS_INFO,
|
||||||
Mdl );
|
Mdl );
|
||||||
} else {
|
} else {
|
||||||
if( !NT_SUCCESS
|
if( NT_SUCCESS
|
||||||
( Status = TdiBuildNullConnectionInfo
|
( Status = TdiBuildNullConnectionInfo
|
||||||
( &ConnInfo,
|
( &ConnInfo,
|
||||||
FCB->LocalAddress->Address[0].AddressType ) ) ) {
|
FCB->LocalAddress->Address[0].AddressType ) ) ) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue