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:
Benno Rice 2008-02-01 07:17:26 +00:00
parent b2b5279b25
commit db2dabf87c
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=175866

View File

@ -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);
}