mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-08-28 12:23:28 +00:00
- Initialize remote address to 0 if the caller didn't specify one
svn path=/trunk/; revision=41858
This commit is contained in:
@@ -266,7 +266,8 @@ NTSTATUS DGReceiveDatagram(
|
||||
}
|
||||
else
|
||||
{
|
||||
ReceiveRequest->RemotePort = 0;
|
||||
ReceiveRequest->RemotePort = 0;
|
||||
AddrInitIPv4(&ReceiveRequest->RemoteAddress, 0);
|
||||
}
|
||||
|
||||
IoMarkIrpPending(Irp);
|
||||
|
||||
Reference in New Issue
Block a user