Module Name: src Committed By: ozaki-r Date: Wed Nov 12 03:24:25 UTC 2014
Modified Files: src/sys/netinet6: mld6.c Log Message: Ensure callout isn't running and pending before callout_destroy Call callout_halt before callout_destroy. And also let callout (mld_timeo) not call callout_schedule when we already called callout_halt. This fixes PR 47881. To generate a diff of this commit: cvs rdiff -u -r1.60 -r1.61 src/sys/netinet6/mld6.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.