diff options
Diffstat (limited to 'net/dccp/output.c')
-rw-r--r-- | net/dccp/output.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/output.c b/net/dccp/output.c index b2e17910930d..5589a5e581f4 100644 --- a/net/dccp/output.c +++ b/net/dccp/output.c | |||
@@ -303,7 +303,7 @@ struct sk_buff *dccp_make_response(struct sock *sk, struct dst_entry *dst, | |||
303 | DCCP_SKB_CB(skb)->dccpd_type = DCCP_PKT_RESPONSE; | 303 | DCCP_SKB_CB(skb)->dccpd_type = DCCP_PKT_RESPONSE; |
304 | DCCP_SKB_CB(skb)->dccpd_seq = dreq->dreq_iss; | 304 | DCCP_SKB_CB(skb)->dccpd_seq = dreq->dreq_iss; |
305 | 305 | ||
306 | if (dccp_insert_options(sk, skb)) { | 306 | if (dccp_insert_options_rsk(dreq, skb)) { |
307 | kfree_skb(skb); | 307 | kfree_skb(skb); |
308 | return NULL; | 308 | return NULL; |
309 | } | 309 | } |