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
@ -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 New Issue
Block a user