diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2004-09-05 17:27:54 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2004-09-05 17:27:54 +0000 |
| commit | 690be704f359559e02a9ff78a36cfd7ddb1e7a81 (patch) | |
| tree | 12419e6336aeff0e9b3a7ec4b292b26af82c3696 /sys/netinet6 | |
| parent | d363819bdf06eede30f359c3787cae95c6c30be2 (diff) | |
Notes
Diffstat (limited to 'sys/netinet6')
| -rw-r--r-- | sys/netinet6/nd6.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/netinet6/nd6.c b/sys/netinet6/nd6.c index 66b75ec205e7b..2461fc85ec2f0 100644 --- a/sys/netinet6/nd6.c +++ b/sys/netinet6/nd6.c @@ -134,6 +134,7 @@ nd6_init() nd6_init_done = 1; /* start timer */ + callout_init(&nd6_slowtimo_ch, 0); callout_reset(&nd6_slowtimo_ch, ND6_SLOWTIMER_INTERVAL * hz, nd6_slowtimo, NULL); } |
