mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Fix typo. Unbreak build. Take pointy hat.
This commit is contained in:
parent
7cc4af3494
commit
b82936c5d4
1 changed files with 1 additions and 1 deletions
|
|
@ -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 {
|
||||
|
|
|
|||
Loading…
Reference in a new issue