|
@@ -1170,7 +1170,7 @@ repeat:
|
|
for ( ; table->ctl_name || table->procname; table++) {
|
|
for ( ; table->ctl_name || table->procname; table++) {
|
|
if (!table->ctl_name)
|
|
if (!table->ctl_name)
|
|
continue;
|
|
continue;
|
|
- if (n == table->ctl_name || table->ctl_name == CTL_ANY) {
|
|
|
|
|
|
+ if (n == table->ctl_name) {
|
|
int error;
|
|
int error;
|
|
if (table->child) {
|
|
if (table->child) {
|
|
if (ctl_perm(table, 001))
|
|
if (ctl_perm(table, 001))
|