summaryrefslogtreecommitdiffstats
path: root/sys/net/if_stf.c
diff options
context:
space:
mode:
authorume <ume@FreeBSD.org>2005-01-11 07:05:56 +0000
committerume <ume@FreeBSD.org>2005-01-11 07:05:56 +0000
commitddb6478aa328e2ed49666febd8a244409ad5f46f (patch)
treec0c44724fbfdbd8f6330570d9804d49100c42b5a /sys/net/if_stf.c
parent515cc4ca6afd6df2118ceb1d0aca4bb09175e056 (diff)
downloadFreeBSD-src-ddb6478aa328e2ed49666febd8a244409ad5f46f.zip
FreeBSD-src-ddb6478aa328e2ed49666febd8a244409ad5f46f.tar.gz
fix typo.
Diffstat (limited to 'sys/net/if_stf.c')
-rw-r--r--sys/net/if_stf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_stf.c b/sys/net/if_stf.c
index 5cfb438..b20f58f 100644
--- a/sys/net/if_stf.c
+++ b/sys/net/if_stf.c
@@ -765,7 +765,7 @@ in_stf_input(m, off)
BPF_MTAP(ifp, &m0);
#else
- bpf_mtap2(ifp->if_bpf, &af, sizeof(ah), m);
+ bpf_mtap2(ifp->if_bpf, &af, sizeof(af), m);
#endif
}
OpenPOWER on IntegriCloud