]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/l2tp/l2tp_ip.c
net: replace ipfragok with skb->local_df
[net-next-2.6.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 */