PERFORCE change 91262 for review

John Baldwin jhb at FreeBSD.org
Mon Feb 6 13:41:40 PST 2006


http://perforce.freebsd.org/chv.cgi?CH=91262

Change 91262 by jhb at jhb_slimer on 2006/02/06 21:41:24

	Save this potential bugfix until someone tests it.

Affected files ...

.. //depot/projects/smpng/sys/netinet6/nd6.c#30 edit

Differences ...

==== //depot/projects/smpng/sys/netinet6/nd6.c#30 (text+ko) ====

@@ -398,7 +398,7 @@
 	if (tick < 0) {
 		ln->ln_expire = 0;
 		ln->ln_ntick = 0;
-		callout_stop(&ln->ln_timer_ch);
+		callout_drain(&ln->ln_timer_ch);
 	} else {
 		ln->ln_expire = time_second + tick / hz;
 		if (tick > INT_MAX) {


More information about the p4-projects mailing list