diff options
Diffstat (limited to 'net/dccp/proto.c')
-rw-r--r-- | net/dccp/proto.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/proto.c b/net/dccp/proto.c index 1cdf4ae99605..dafcefd86594 100644 --- a/net/dccp/proto.c +++ b/net/dccp/proto.c | |||
@@ -268,7 +268,7 @@ void dccp_destroy_sock(struct sock *sk) | |||
268 | dp->dccps_hc_rx_ccid = dp->dccps_hc_tx_ccid = NULL; | 268 | dp->dccps_hc_rx_ccid = dp->dccps_hc_tx_ccid = NULL; |
269 | 269 | ||
270 | /* clean up feature negotiation state */ | 270 | /* clean up feature negotiation state */ |
271 | dccp_feat_clean(dmsk); | 271 | dccp_feat_list_purge(&dp->dccps_featneg); |
272 | } | 272 | } |
273 | 273 | ||
274 | EXPORT_SYMBOL_GPL(dccp_destroy_sock); | 274 | EXPORT_SYMBOL_GPL(dccp_destroy_sock); |