Module Name: src Committed By: ozaki-r Date: Mon Jan 25 10:15:39 UTC 2016
Modified Files: src/sys/netinet: if_arp.c Log Message: Remove unnecessary LLE_REMREF The code around it was copied from arptimer, but LLE_REMREF is unnecessary because it is needed only for arptimer that is called after LLE_ADDREF. This is a possible fix for PR#50548, PR#50702 and PR#50704. To generate a diff of this commit: cvs rdiff -u -r1.202 -r1.203 src/sys/netinet/if_arp.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.