diff options
| author | Brooks Davis <brooks@FreeBSD.org> | 2001-12-03 17:28:27 +0000 |
|---|---|---|
| committer | Brooks Davis <brooks@FreeBSD.org> | 2001-12-03 17:28:27 +0000 |
| commit | 437e48e9310f288d03ec87721977a0467d809f96 (patch) | |
| tree | 3ec2b2e029e880f02c5d9088938736698a408ac5 /sys/net/if_ethersubr.c | |
| parent | 011376308f954457a26cc632ad96816a76d25b00 (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 4f445d2af26f..3351c22bd770 100644 --- a/sys/net/if_ethersubr.c +++ b/sys/net/if_ethersubr.c @@ -570,7 +570,7 @@ ether_demux(ifp, eh, m) return; #endif /* NETATALK */ case ETHERTYPE_VLAN: - VLAN_INPUT(ifp, eh, m); + VLAN_INPUT(eh, m); return; default: #ifdef IPX |
