summaryrefslogtreecommitdiff
path: root/sys/net/if_ethersubr.c
diff options
context:
space:
mode:
authorOleg Bulyzhin <oleg@FreeBSD.org>2007-11-06 23:01:42 +0000
committerOleg Bulyzhin <oleg@FreeBSD.org>2007-11-06 23:01:42 +0000
commit897c0f57d437601d39398d5ae07e2d082867b511 (patch)
tree225c425cef7bdeda5b84e8391283c7c145b24798 /sys/net/if_ethersubr.c
parente793482352705ed183332c1ba20febd8570ebbef (diff)
Notes
Diffstat (limited to 'sys/net/if_ethersubr.c')
-rw-r--r--sys/net/if_ethersubr.c2
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;
}
/*