[IPV4] icmp: Kill local 'ip' arg in icmp_redirect().
authorDavid S. Miller <davem@sunset.davemloft.net>
Tue, 6 Jun 2006 04:19:24 +0000 (21:19 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Sun, 18 Jun 2006 04:29:41 +0000 (21:29 -0700)
It is typed wrong, and it's only assigned and used once.
So just pass in iph->daddr directly which fixes both problems.

Based upon a patch by Alexey Dobriyan.

Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found