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

@@ -256,7 +256,7 @@ static void tarpit_tcp4(struct sk_buff *oldskb, unsigned int hook,
#endif
addr_type = RTN_LOCAL;
if (ip_route_me_harder(&nskb, addr_type))
if (ip_route_me_harder(nskb, addr_type))
goto free_nskb;
else
niph = ip_hdr(nskb);