fix typo.

This commit is contained in:
Hajimu UMEMOTO 2005-01-11 07:05:56 +00:00
parent 4704348247
commit 9b1a707635

View File

@ -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
}