diff options
| author | Oleg Bulyzhin <oleg@FreeBSD.org> | 2007-11-06 23:01:42 +0000 |
|---|---|---|
| committer | Oleg Bulyzhin <oleg@FreeBSD.org> | 2007-11-06 23:01:42 +0000 |
| commit | 897c0f57d437601d39398d5ae07e2d082867b511 (patch) | |
| tree | 225c425cef7bdeda5b84e8391283c7c145b24798 /sys/net/if_ethersubr.c | |
| parent | e793482352705ed183332c1ba20febd8570ebbef (diff) | |
Notes
Diffstat (limited to 'sys/net/if_ethersubr.c')
| -rw-r--r-- | sys/net/if_ethersubr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/net/if_ethersubr.c b/sys/net/if_ethersubr.c index e3d36202bd23..07a3fb903775 100644 --- a/sys/net/if_ethersubr.c +++ b/sys/net/if_ethersubr.c @@ -491,7 +491,7 @@ ether_ipfw_chk(struct mbuf **m0, struct ifnet *dst, */ *m0 = NULL ; } - ip_dn_io_ptr(m, dst ? DN_TO_ETH_OUT: DN_TO_ETH_DEMUX, &args); + ip_dn_io_ptr(&m, dst ? DN_TO_ETH_OUT: DN_TO_ETH_DEMUX, &args); return 0; } /* |
