Synchronize with trunk revision 59636 (just before Alex's CreateProcess revamp).
[reactos.git] / lib / drivers / ip / transport / udp / udp.c
index 6cc56a1..1629aad 100644 (file)
@@ -208,7 +208,7 @@ NTSTATUS UDPSendDatagram(
     }
     else
     {
-        if(!(NCE = NBLocateNeighbor( &LocalAddress ))) {
+        if(!(NCE = NBLocateNeighbor( &LocalAddress, NULL ))) {
             UnlockObject(AddrFile, OldIrql);
             return STATUS_INVALID_PARAMETER;
         }