Add a missing INIT_VNET_NET() to get VIMAGE closer to full LINT again.

This commit is contained in:
Bjoern A. Zeeb 2009-05-17 20:59:09 +00:00
parent c2a809c5e8
commit 9750be38ca
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=192264

View File

@ -454,6 +454,7 @@ static void
tbr_timeout(arg)
void *arg;
{
INIT_VNET_NET(curvnet);
struct ifnet *ifp;
int active, s;