diff options
Diffstat (limited to 'net/dccp/input.c')
-rw-r--r-- | net/dccp/input.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/net/dccp/input.c b/net/dccp/input.c index 4b6d43d8b920..67691a0592af 100644 --- a/net/dccp/input.c +++ b/net/dccp/input.c | |||
@@ -324,14 +324,6 @@ static int dccp_rcv_request_sent_state_process(struct sock *sk, | |||
324 | dccp_set_seqno(&dp->dccps_swl, | 324 | dccp_set_seqno(&dp->dccps_swl, |
325 | max48(dp->dccps_swl, dp->dccps_isr)); | 325 | max48(dp->dccps_swl, dp->dccps_isr)); |
326 | 326 | ||
327 | if (ccid_hc_rx_init(dp->dccps_hc_rx_ccid, sk) != 0 || | ||
328 | ccid_hc_tx_init(dp->dccps_hc_tx_ccid, sk) != 0) { | ||
329 | ccid_hc_rx_exit(dp->dccps_hc_rx_ccid, sk); | ||
330 | ccid_hc_tx_exit(dp->dccps_hc_tx_ccid, sk); | ||
331 | /* FIXME: send appropriate RESET code */ | ||
332 | goto out_invalid_packet; | ||
333 | } | ||
334 | |||
335 | dccp_sync_mss(sk, icsk->icsk_pmtu_cookie); | 327 | dccp_sync_mss(sk, icsk->icsk_pmtu_cookie); |
336 | 328 | ||
337 | /* | 329 | /* |