commit | fa60cf7f64a00c16e95717e8dccdb128877e342a | [log] [tgz] |
---|---|---|
author | Herbert Xu <herbert@gondor.apana.org.au> | Sat Feb 04 02:09:34 2006 -0800 |
committer | David S. Miller <davem@sunset.davemloft.net> | Sat Feb 04 23:51:14 2006 -0800 |
tree | ec8ca75f79971c6bd2b3754b6207a4adce51e37c | |
parent | 5b7b644ca9a12396a46fad825a973fb8bed17102 [diff] |
[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 <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>