reactos/drivers/net/tcpip/tcpip
diff -u -r1.32 -r1.33
--- dispatch.c 19 Dec 2004 19:35:04 -0000 1.32
+++ dispatch.c 20 Dec 2004 00:55:27 -0000 1.33
@@ -692,11 +692,11 @@
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);