compat_xtables: remove unused xtnu_ip_route_me_harder

This commit is contained in:
Jan Engelhardt
2014-01-09 10:16:02 +01:00
parent f9b0ee7533
commit 7cf7250e07
6 changed files with 3 additions and 11 deletions

View File

@@ -192,7 +192,7 @@ echo_tg4(struct sk_buff **poldskb, const struct xt_action_param *par)
/* ip_route_me_harder expects the skb's dst to be set */
skb_dst_set(newskb, dst_clone(skb_dst(oldskb)));
if (ip_route_me_harder(&newskb, RTN_UNSPEC) != 0)
if (ip_route_me_harder(newskb, RTN_UNSPEC) != 0)
goto free_nskb;
newip->ttl = ip4_dst_hoplimit(skb_dst(newskb));