mirror of
https://github.com/opnsense/src.git
synced 2026-03-09 09:41:05 -04:00
Band-aid recent commit by mav by replacing a variable in a CTR statement with
the variable that appears as if it should've been there. Pointy hat to: mav Not tested either by: benno
This commit is contained in:
parent
b2b5279b25
commit
db2dabf87c
1 changed files with 1 additions and 1 deletions
|
|
@ -600,7 +600,7 @@ pppoe_findsession(priv_p privp, const struct pppoe_full_hdr *wh)
|
|||
}
|
||||
}
|
||||
mtx_unlock(&privp->sesshash[hash].mtx);
|
||||
CTR3(KTR_NET, "%20s: matched %p for %d", __func__, hook, session);
|
||||
CTR3(KTR_NET, "%20s: matched %p for %d", __func__, sp, session);
|
||||
|
||||
return (sp);
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue