===== net/xfrm/xfrm_policy.c 1.69 vs edited ===== --- 1.69/net/xfrm/xfrm_policy.c 2005-03-07 16:31:30 +11:00 +++ edited/net/xfrm/xfrm_policy.c 2005-03-07 21:12:23 +11:00 @@ -1028,8 +1028,7 @@ { struct xfrm_dst *xdst = (struct xfrm_dst *)dst; - if (xdst->route) - dst_release(xdst->route); + dst_release(xdst->route); if (!dst->xfrm) return;