diff options
-rw-r--r-- | net/sctp/sysctl.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/sctp/sysctl.c b/net/sctp/sysctl.c index 419e1e962c55..832590bbe0c0 100644 --- a/net/sctp/sysctl.c +++ b/net/sctp/sysctl.c | |||
@@ -248,7 +248,6 @@ static ctl_table sctp_table[] = { | |||
248 | .maxlen = sizeof(int), | 248 | .maxlen = sizeof(int), |
249 | .mode = 0644, | 249 | .mode = 0644, |
250 | .proc_handler = &proc_dointvec_minmax, | 250 | .proc_handler = &proc_dointvec_minmax, |
251 | .strategy = &sysctl_intvec, | ||
252 | .extra1 = &one, | 251 | .extra1 = &one, |
253 | .extra2 = &rwnd_scale_max, | 252 | .extra2 = &rwnd_scale_max, |
254 | }, | 253 | }, |