diff options
Diffstat (limited to 'kernel')
-rw-r--r-- | kernel/sysctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kernel/sysctl.c b/kernel/sysctl.c index fc2ce3d8f97e..48708a73852d 100644 --- a/kernel/sysctl.c +++ b/kernel/sysctl.c | |||
@@ -1170,7 +1170,7 @@ repeat: | |||
1170 | for ( ; table->ctl_name || table->procname; table++) { | 1170 | for ( ; table->ctl_name || table->procname; table++) { |
1171 | if (!table->ctl_name) | 1171 | if (!table->ctl_name) |
1172 | continue; | 1172 | continue; |
1173 | if (n == table->ctl_name || table->ctl_name == CTL_ANY) { | 1173 | if (n == table->ctl_name) { |
1174 | int error; | 1174 | int error; |
1175 | if (table->child) { | 1175 | if (table->child) { |
1176 | if (ctl_perm(table, 001)) | 1176 | if (ctl_perm(table, 001)) |