diff options
Diffstat (limited to 'net/sctp/sysctl.c')
-rw-r--r-- | net/sctp/sysctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/sctp/sysctl.c b/net/sctp/sysctl.c index c4ece9829541..d50a042f9552 100644 --- a/net/sctp/sysctl.c +++ b/net/sctp/sysctl.c | |||
@@ -237,7 +237,7 @@ static ctl_table sctp_table[] = { | |||
237 | .data = &sctp_scope_policy, | 237 | .data = &sctp_scope_policy, |
238 | .maxlen = sizeof(int), | 238 | .maxlen = sizeof(int), |
239 | .mode = 0644, | 239 | .mode = 0644, |
240 | .proc_handler = &proc_dointvec_minmax, | 240 | .proc_handler = proc_dointvec_minmax, |
241 | .extra1 = &zero, | 241 | .extra1 = &zero, |
242 | .extra2 = &addr_scope_max, | 242 | .extra2 = &addr_scope_max, |
243 | }, | 243 | }, |