Fix build.

Pointy hat to:	melifaro
This commit is contained in:
Alexander V. Chernikov 2014-11-06 17:50:35 +00:00
parent bd808d4133
commit 57c3556b58

View File

@ -296,7 +296,7 @@ vnet_route_uninit(const void *unused __unused)
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);
}
}