Fix build for non-vnet non-multipath kernels broken by
a0308e48ec12ae37f525aa3c6d3c1a236fb55dcd.
This commit is contained in:
parent
a0308e48ec
commit
c00e2f573b
@ -148,7 +148,7 @@ destroy_rtentry(struct rtentry *rt)
|
||||
CURVNET_SET(nhop_get_vnet(nh));
|
||||
|
||||
/* Unreference nexthop */
|
||||
nhop_free_any(rt->rt_nhop);
|
||||
nhop_free_any(nh);
|
||||
|
||||
uma_zfree(V_rtzone, rt);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user