Commit in reactos/drivers/net/tcpip/tcpip on MAIN
dispatch.c+2-21.32 -> 1.33
- Pass correct parameters to UDPReceiveDatagram.

reactos/drivers/net/tcpip/tcpip
dispatch.c 1.32 -> 1.33
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);
CVSspam 0.2.8