From: David S. Miller Date: Tue, 6 Jun 2006 04:19:24 +0000 (-0700) Subject: [IPV4] icmp: Kill local 'ip' arg in icmp_redirect(). X-Git-Tag: v2.6.18-rc1~1111^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f86502bfc177f69bbabbedb78ebf710579ae0e54;p=pandora-kernel.git [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 --- Reading git-diff-tree failed