mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 06:26:35 +00:00
- Pass correct parameters to UDPReceiveDatagram.
svn path=/trunk/; revision=12240
This commit is contained in:
parent
4991937434
commit
99eb3217fb
1 changed files with 2 additions and 2 deletions
|
@ -692,11 +692,11 @@ NTSTATUS DispTdiReceiveDatagram(
|
|||
|
||||
Status = UDPReceiveDatagram(
|
||||
Request.Handle.AddressHandle,
|
||||
DgramInfo->ReceiveDatagramInformation->RemoteAddress,
|
||||
DgramInfo->ReceiveDatagramInformation,
|
||||
DataBuffer,
|
||||
DgramInfo->ReceiveLength,
|
||||
DgramInfo->ReceiveFlags,
|
||||
DgramInfo->ReturnDatagramInformation->RemoteAddress,
|
||||
DgramInfo->ReturnDatagramInformation,
|
||||
&BytesReceived,
|
||||
(PDATAGRAM_COMPLETION_ROUTINE)DispDataRequestComplete,
|
||||
Irp);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue