mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 16:36:33 +00:00
[IP]
* Remove unused value. CID 11342. svn path=/trunk/; revision=54492
This commit is contained in:
parent
4f7abdba44
commit
618bd5e652
1 changed files with 2 additions and 2 deletions
|
@ -228,7 +228,7 @@ VOID ARPReceive(
|
|||
/* The packet had our protocol address as target. The sender
|
||||
may want to communicate with us soon, so add his address
|
||||
to our address cache */
|
||||
NCE = NBAddNeighbor(Interface, &SrcAddress, SenderHWAddress,
|
||||
NBAddNeighbor(Interface, &SrcAddress, SenderHWAddress,
|
||||
Header->HWAddrLen, 0, ARP_COMPLETE_TIMEOUT);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue