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 51dfacd22a6e..40a4c6899051 100644 --- a/net/dccp/proto.c +++ b/net/dccp/proto.c | |||
@@ -712,7 +712,7 @@ static struct inet_protosw dccp_v4_protosw = { | |||
712 | .ops = &inet_dccp_ops, | 712 | .ops = &inet_dccp_ops, |
713 | .capability = -1, | 713 | .capability = -1, |
714 | .no_check = 0, | 714 | .no_check = 0, |
715 | .flags = 0, | 715 | .flags = INET_PROTOSW_ICSK, |
716 | }; | 716 | }; |
717 | 717 | ||
718 | /* | 718 | /* |