another missed V_

This commit is contained in:
Julian Elischer 2008-08-25 06:09:32 +00:00
parent 39056f55e3
commit 5e5d5c6f17

View File

@ -1161,7 +1161,7 @@ nd6_dad_start(struct ifaddr *ifa, int delay)
} }
bzero(dp, sizeof(*dp)); bzero(dp, sizeof(*dp));
callout_init(&dp->dad_timer_ch, 0); callout_init(&dp->dad_timer_ch, 0);
TAILQ_INSERT_TAIL(&dadq, (struct dadq *)dp, dad_list); TAILQ_INSERT_TAIL(&V_dadq, (struct dadq *)dp, dad_list);
nd6log((LOG_DEBUG, "%s: starting DAD for %s\n", if_name(ifa->ifa_ifp), nd6log((LOG_DEBUG, "%s: starting DAD for %s\n", if_name(ifa->ifa_ifp),
ip6_sprintf(ip6buf, &ia->ia_addr.sin6_addr))); ip6_sprintf(ip6buf, &ia->ia_addr.sin6_addr)));