git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6d74165
)
[IPV4] icmp: Kill local 'ip' arg in icmp_redirect().
author
David S. Miller
<davem@sunset.davemloft.net>
Tue, 6 Jun 2006 04:19:24 +0000
(21:19 -0700)
committer
David 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