diff options
-rw-r--r-- | sys/netgraph/ng_pppoe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/netgraph/ng_pppoe.c b/sys/netgraph/ng_pppoe.c index ae5ba70..cc59b2b 100644 --- a/sys/netgraph/ng_pppoe.c +++ b/sys/netgraph/ng_pppoe.c @@ -1281,7 +1281,7 @@ ng_pppoe_rcvdata_ether(hook_p hook, item_p item) { node_p node = NG_HOOK_NODE(hook); const priv_p privp = NG_NODE_PRIVATE(node); - sessp sp = NG_HOOK_PRIVATE(hook); + sessp sp; const struct pppoe_tag *utag = NULL, *tag = NULL; const struct pppoe_full_hdr *wh; const struct pppoe_hdr *ph; |