patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / net / ipv4 / icmp.c
index f3b5493..4a1a8e2 100644 (file)
@@ -526,6 +526,7 @@ void icmp_send(struct sk_buff *skb_in, int type, int code, u32 info)
                                                         .saddr = saddr,
                                                         .tos = RT_TOS(tos) } },
                                    .proto = IPPROTO_ICMP };
+
                if (ip_route_output_key(&rt, &fl))
                    goto out_unlock;
        }