diff options
Diffstat (limited to 'net/dccp/feat.c')
-rw-r--r-- | net/dccp/feat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/dccp/feat.c b/net/dccp/feat.c index a0d5891a37bf..30f9fb76b921 100644 --- a/net/dccp/feat.c +++ b/net/dccp/feat.c | |||
@@ -85,7 +85,7 @@ static int dccp_hdlr_ackvec(struct sock *sk, u64 enable, bool rx) | |||
85 | static int dccp_hdlr_ndp(struct sock *sk, u64 enable, bool rx) | 85 | static int dccp_hdlr_ndp(struct sock *sk, u64 enable, bool rx) |
86 | { | 86 | { |
87 | if (!rx) | 87 | if (!rx) |
88 | dccp_msk(sk)->dccpms_send_ndp_count = (enable > 0); | 88 | dccp_sk(sk)->dccps_send_ndp_count = (enable > 0); |
89 | return 0; | 89 | return 0; |
90 | } | 90 | } |
91 | 91 | ||