* Turns out it wasn't such a bright idea to reset the protocol in

arp_update_entry() for known entries, as it also uses that to update the
  timestamp.


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@37923 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler 2010-08-05 11:09:17 +00:00
parent 691749c0a3
commit cb51fb9e4d

View File

@ -408,7 +408,6 @@ arp_update_entry(in_addr_t protocolAddress, sockaddr_dl *hardwareAddress,
entry->hardware_address = *hardwareAddress;
entry->timestamp = system_time();
entry->protocol = NULL;
} else {
entry = arp_entry::Add(protocolAddress, hardwareAddress, flags);
if (entry == NULL)