diff options
Diffstat (limited to 'sys/netinet/if_ether.c')
-rw-r--r-- | sys/netinet/if_ether.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet/if_ether.c b/sys/netinet/if_ether.c index 1b834ef2238..237b02769e2 100644 --- a/sys/netinet/if_ether.c +++ b/sys/netinet/if_ether.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_ether.c,v 1.172 2015/10/13 10:21:27 mpi Exp $ */ +/* $OpenBSD: if_ether.c,v 1.173 2015/10/22 13:30:29 mpi Exp $ */ /* $NetBSD: if_ether.c,v 1.31 1996/05/11 12:59:58 mycroft Exp $ */ /* @@ -578,7 +578,7 @@ in_arpinput(struct mbuf *m) (IFF_UP|IFF_RUNNING))) { if (op == ARPOP_REPLY) break; - if (carp_iamatch(ifatoia(ifa), ea->arp_sha, + if (carp_iamatch(ifp, ea->arp_sha, &enaddr, ðer_shost)) break; else |