mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 17:34:57 +00:00
This corresponds to the change made in dispatch.c on the 20th.
svn path=/trunk/; revision=12288
This commit is contained in:
parent
4cf6b9f489
commit
f781714ac5
1 changed files with 1 additions and 1 deletions
|
@ -92,7 +92,7 @@ VOID DGDeliverData(
|
|||
DataBuffer,
|
||||
DataSize );
|
||||
|
||||
RTAIPAddress = (PTA_IP_ADDRESS)Current->ReturnInfo;
|
||||
RTAIPAddress = (PTA_IP_ADDRESS)Current->ReturnInfo->RemoteAddress;
|
||||
RTAIPAddress->TAAddressCount = 1;
|
||||
RTAIPAddress->Address->AddressType = TDI_ADDRESS_TYPE_IP;
|
||||
RTAIPAddress->Address->Address->sin_port = SrcPort;
|
||||
|
|
Loading…
Reference in a new issue