Author: bz
Date: Sun May 17 20:59:09 2009
New Revision: 192264
URL: http://svn.freebsd.org/changeset/base/192264

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

Modified:
  head/sys/contrib/altq/altq/altq_subr.c

Modified: head/sys/contrib/altq/altq/altq_subr.c
==============================================================================
--- head/sys/contrib/altq/altq/altq_subr.c      Sun May 17 20:55:33 2009        
(r192263)
+++ head/sys/contrib/altq/altq/altq_subr.c      Sun May 17 20:59:09 2009        
(r192264)
@@ -454,6 +454,7 @@ static void
 tbr_timeout(arg)
        void *arg;
 {
+       INIT_VNET_NET(curvnet);
        struct ifnet *ifp;
        int active, s;
 
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to