From: Herbert Xu Date: Sat, 4 Feb 2006 10:09:34 +0000 (-0800) Subject: [ICMP]: Fix extra dst release when ip_options_echo fails X-Git-Tag: v2.6.16-rc3~146^2~14 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fa60cf7f64a00c16e95717e8dccdb128877e342a;p=pandora-kernel.git [ICMP]: Fix extra dst release when ip_options_echo fails When two ip_route_output_key lookups in icmp_send were combined I forgot to change the error path for ip_options_echo to not drop the dst reference since it now sits before the dst lookup. To fix it we simply jump past the ip_rt_put call. Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed