Subject: CVS commit: src/sys/netinet6
To: None <source-changes@NetBSD.org>
From: David Young <dyoung@netbsd.org>
List: source-changes
Date: 03/02/2006 05:11:31
Module Name:	src
Committed By:	dyoung
Date:		Thu Mar  2 05:11:31 UTC 2006

Modified Files:
	src/sys/netinet6: nd6.c

Log Message:
In nd6_llinfo_timer, don't duplicate part of nd6_llinfo_settimer's
logic, and then call nd6_llinfo_settimer.   Instead, call
nd6_llinfo_settimer immediately.

This should cause no functional change.  I've been running this
patch for months.


To generate a diff of this commit:
cvs rdiff -r1.96 -r1.97 src/sys/netinet6/nd6.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.