mirror of
https://github.com/reactos/reactos.git
synced 2025-06-01 23:48:12 +00:00
- Small fix for 43354
- Only pass the physical address if we have it svn path=/trunk/; revision=43355
This commit is contained in:
parent
05c582bcbd
commit
25b4b890e3
1 changed files with 2 additions and 1 deletions
|
@ -203,7 +203,8 @@ VOID NBSendSolicit(PNEIGHBOR_CACHE_ENTRY NCE)
|
|||
{
|
||||
TI_DbgPrint(DEBUG_NCACHE, ("Called. NCE (0x%X).\n", NCE));
|
||||
|
||||
ARPTransmit(&NCE->Address, NCE->LinkAddress,
|
||||
ARPTransmit(&NCE->Address,
|
||||
(NCE->State & NUD_INCOMPLETE) ? NULL : NCE->LinkAddress,
|
||||
NCE->Interface);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue