net: replace ipfragok with skb->local_df
[deliverable/linux.git] / net / l2tp / l2tp_ip.c
index 75bf784ba18de37ea848746e8afd16b026764c5c..0852512d392cb6ac7e9ed7bad87663154f70f64e 100644 (file)
@@ -501,7 +501,7 @@ static int l2tp_ip_sendmsg(struct kiocb *iocb, struct sock *sk, struct msghdr *m
        skb_dst_set(skb, dst_clone(&rt->u.dst));
 
        /* Queue the packet to IP for output */
-       rc = ip_queue_xmit(skb, 0);
+       rc = ip_queue_xmit(skb);
 
 error:
        /* Update stats */
This page took 0.02714 seconds and 5 git commands to generate.