]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - net/ipv4/route.c
ipsec: Use the correct ip_local_out function
[linux-2.6-omap-h63xx.git] / net / ipv4 / route.c
index 92f90ae46f4a3cc453ebf17c3a97d1df508394a6..df41026b60db20347538fcdb130841f08f48ca39 100644 (file)
@@ -160,7 +160,7 @@ static struct dst_ops ipv4_dst_ops = {
        .negative_advice =      ipv4_negative_advice,
        .link_failure =         ipv4_link_failure,
        .update_pmtu =          ip_rt_update_pmtu,
-       .local_out =            ip_local_out,
+       .local_out =            __ip_local_out,
        .entry_size =           sizeof(struct rtable),
        .entries =              ATOMIC_INIT(0),
 };