summaryrefslogtreecommitdiffstats
path: root/sys/net/if_iso88025subr.c
diff options
context:
space:
mode:
authorluigi <luigi@FreeBSD.org>2004-04-04 11:52:09 +0000
committerluigi <luigi@FreeBSD.org>2004-04-04 11:52:09 +0000
commit3de845ed0aca3e9740cfb383e0f35cf33f6cec15 (patch)
treefcf0f1a126d59b43dfe802c63fddcf4464c911bf /sys/net/if_iso88025subr.c
parent5642b0bbf470da897aa9e423e73e4511d9802b67 (diff)
downloadFreeBSD-src-3de845ed0aca3e9740cfb383e0f35cf33f6cec15.zip
FreeBSD-src-3de845ed0aca3e9740cfb383e0f35cf33f6cec15.tar.gz
whoops, forgot to fix these places where arpresolve() was used
Detected by: tinderbox
Diffstat (limited to 'sys/net/if_iso88025subr.c')
-rw-r--r--sys/net/if_iso88025subr.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_iso88025subr.c b/sys/net/if_iso88025subr.c
index e6d3d74..7062632 100644
--- a/sys/net/if_iso88025subr.c
+++ b/sys/net/if_iso88025subr.c
@@ -288,7 +288,7 @@ iso88025_output(ifp, m, dst, rt0)
switch (dst->sa_family) {
#ifdef INET
case AF_INET:
- if (!arpresolve(ifp, rt, m, dst, edst, rt0))
+ if (!arpresolve(ifp, rt, m, dst, edst))
return (0); /* if not yet resolved */
snap_type = ETHERTYPE_IP;
break;
OpenPOWER on IntegriCloud