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

This commit is contained in:
bz 2009-05-17 20:59:09 +00:00
parent 19e766fa3c
commit 68731e73fd

View File

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