diff options
author | Arnaldo Carvalho de Melo <acme@mandriva.com> | 2005-09-09 19:59:26 -0300 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@mandriva.com> | 2005-09-09 19:59:26 -0300 |
commit | dc19336c76d213fd9ae7b6a352e837f509418012 (patch) | |
tree | 4a48efb86f200fa0cd9bf7a5f9a95e94ff6d140a /net/dccp/output.c | |
parent | d7e0fb985cb033e605c3167ff183b5e98b7f7644 (diff) |
[DCCP] Only call the HC _exit() routines in dccp_v4_destroy_sock
Signed-off-by: Arnaldo Carvalho de Melo <acme@mandriva.com>
Diffstat (limited to 'net/dccp/output.c')
-rw-r--r-- | net/dccp/output.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/net/dccp/output.c b/net/dccp/output.c index 28de157a4326..ea6d0e91e511 100644 --- a/net/dccp/output.c +++ b/net/dccp/output.c @@ -522,7 +522,4 @@ void dccp_send_close(struct sock *sk, const int active) dccp_transmit_skb(sk, skb_clone(skb, prio)); } else dccp_transmit_skb(sk, skb); - - ccid_hc_rx_exit(dp->dccps_hc_rx_ccid, sk); - ccid_hc_tx_exit(dp->dccps_hc_tx_ccid, sk); } |