svn commit: r274187 - head/sys/net

Alexander V. Chernikov melifaro at FreeBSD.org
Thu Nov 6 17:50:36 UTC 2014


Author: melifaro
Date: Thu Nov  6 17:50:35 2014
New Revision: 274187
URL: https://svnweb.freebsd.org/changeset/base/274187

Log:
  Fix build.
  
  Pointy hat to:	melifaro

Modified:
  head/sys/net/route.c

Modified: head/sys/net/route.c
==============================================================================
--- head/sys/net/route.c	Thu Nov  6 17:19:41 2014	(r274186)
+++ head/sys/net/route.c	Thu Nov  6 17:50:35 2014	(r274187)
@@ -296,7 +296,7 @@ vnet_route_uninit(const void *unused __u
 			rnh = rt_tables_get_rnh_ptr(table, fam);
 			if (rnh == NULL)
 				panic("%s: rnh NULL", __func__);
-			dom->dom_rtdetach((void **)rnh, dom->dom_rtoffset);
+			dom->dom_rtdetach((void **)rnh, 0);
 		}
 	}
 


More information about the svn-src-all mailing list