Page MenuHomeFreeBSD

D12191.diff
No OneTemporary

D12191.diff

Index: head/sys/net/if_vlan.c
===================================================================
--- head/sys/net/if_vlan.c
+++ head/sys/net/if_vlan.c
@@ -1384,7 +1384,7 @@
VLAN_RUNLOCK();
/* Pass it back through the parent's input routine. */
- (*ifp->if_input)(ifv->ifv_ifp, m);
+ (*ifv->ifv_ifp->if_input)(ifv->ifv_ifp, m);
}
static void

File Metadata

Mime Type
text/plain
Expires
Thu, Apr 2, 2:51 AM (17 h, 24 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
30700329
Default Alt Text
D12191.diff (352 B)

Event Timeline