summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorglebius <glebius@FreeBSD.org>2005-03-02 09:11:18 +0000
committerglebius <glebius@FreeBSD.org>2005-03-02 09:11:18 +0000
commit96ce85223ed678e2d447780725fe33106680c8a8 (patch)
tree283265df7021f8f8c40bbbbfc2d7a928eb51c414
parent898c20415c2e8302309971d9f7e9ee448f25b707 (diff)
downloadFreeBSD-src-96ce85223ed678e2d447780725fe33106680c8a8.zip
FreeBSD-src-96ce85223ed678e2d447780725fe33106680c8a8.tar.gz
Fix typo. Unbreak build. Take pointy hat.
-rw-r--r--sys/netinet/ip_carp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netinet/ip_carp.c b/sys/netinet/ip_carp.c
index 3cdbf53..d865fef 100644
--- a/sys/netinet/ip_carp.c
+++ b/sys/netinet/ip_carp.c
@@ -1614,7 +1614,7 @@ carp_set_addr6(struct carp_softc *sc, struct sockaddr_in6 *sin6)
CARP_LOCK(cif);
cif->vhif_ifp = ifp;
TAILQ_INIT(&cif->vhif_vrs);
- callout_init(&cif->cif_tmp, NET_CALLOUT_MPSAFE);
+ callout_init(&cif->cif_tmo, NET_CALLOUT_MPSAFE);
ifp->if_carp = cif;
} else {
OpenPOWER on IntegriCloud