summaryrefslogtreecommitdiffstats
path: root/sys/net/if_stf.c
diff options
context:
space:
mode:
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