Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 6 Feb 2006 21:41:29 GMT
From:      John Baldwin <jhb@FreeBSD.org>
To:        Perforce Change Reviews <perforce@freebsd.org>
Subject:   PERFORCE change 91262 for review
Message-ID:  <200602062141.k16LfTZ3097445@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=91262

Change 91262 by jhb@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) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200602062141.k16LfTZ3097445>