diff options
| author | Alexander Motin <mav@FreeBSD.org> | 2010-06-05 10:16:23 +0000 |
|---|---|---|
| committer | Alexander Motin <mav@FreeBSD.org> | 2010-06-05 10:16:23 +0000 |
| commit | 5a73d193c4b8c7eadaa7573fc22a36a665279a2f (patch) | |
| tree | a668e215b1acd75b2a50fddebedb6ec234983952 /sys/netgraph | |
| parent | f1893540ff1f9d5de305ce41eb19568c24a0be9c (diff) | |
Notes
Diffstat (limited to 'sys/netgraph')
| -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 ae5ba70bc9ec..cc59b2bc2b2a 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; |
