]> bbs.cooldavid.org Git - net-next-2.6.git/blobdiff - net/sctp/protocol.c
net: replace ipfragok with skb->local_df
[net-next-2.6.git] / net / sctp / protocol.c
index a56f98e82f92f0a0dbd53d2045ab7d8053ab1454..704298f4b2842e4e812e1be2219416e4bf71b5e0 100644 (file)
@@ -854,7 +854,7 @@ static inline int sctp_v4_xmit(struct sk_buff *skb,
                         IP_PMTUDISC_DO : IP_PMTUDISC_DONT;
 
        SCTP_INC_STATS(SCTP_MIB_OUTSCTPPACKS);
-       return ip_queue_xmit(skb, 0);
+       return ip_queue_xmit(skb);
 }
 
 static struct sctp_af sctp_af_inet;