mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 12:23:25 +00:00
Make the broadcast address all 1's.
svn path=/trunk/; revision=14642
This commit is contained in:
@@ -289,6 +289,8 @@ PNEIGHBOR_CACHE_ENTRY NBAddNeighbor(
|
||||
NCE->LinkAddress = (PVOID)&NCE[1];
|
||||
if( LinkAddress )
|
||||
RtlCopyMemory(NCE->LinkAddress, LinkAddress, LinkAddressLength);
|
||||
else
|
||||
memset(NCE->LinkAddress, 0xff, LinkAddressLength);
|
||||
NCE->State = State;
|
||||
NCE->EventTimer = 0; /* Not in use */
|
||||
InitializeListHead( &NCE->PacketQueue );
|
||||
|
||||
Reference in New Issue
Block a user