commit | f86502bfc177f69bbabbedb78ebf710579ae0e54 | [log] [tgz] |
---|---|---|
author | David S. Miller <davem@sunset.davemloft.net> | Mon Jun 05 21:19:24 2006 -0700 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Jun 17 21:29:41 2006 -0700 |
tree | 07a1551eb832f1c7c437c2d959f44d68e7c24a6a | |
parent | 6d7416535097ed0943bdae8e69c14ba43061cab1 [diff] |
[IPV4] icmp: Kill local 'ip' arg in icmp_redirect(). 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>