summaryrefslogtreecommitdiff
path: root/sys/netinet6/ip6_input.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet6/ip6_input.c')
-rw-r--r--sys/netinet6/ip6_input.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/ip6_input.c b/sys/netinet6/ip6_input.c
index dc9f5dbd335..41e2e68edac 100644
--- a/sys/netinet6/ip6_input.c
+++ b/sys/netinet6/ip6_input.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: ip6_input.c,v 1.87 2008/09/17 05:43:14 chl Exp $ */
+/* $OpenBSD: ip6_input.c,v 1.88 2008/10/15 19:12:18 blambert Exp $ */
/* $KAME: ip6_input.c,v 1.188 2001/03/29 05:34:31 itojun Exp $ */
/*
@@ -173,7 +173,7 @@ ip6_init2(void *dummy)
/* nd6_timer_init */
bzero(&nd6_timer_ch, sizeof(nd6_timer_ch));
timeout_set(&nd6_timer_ch, nd6_timer, NULL);
- timeout_add(&nd6_timer_ch, hz);
+ timeout_add_sec(&nd6_timer_ch, 1);
}
/*