diff options
Diffstat (limited to 'networking/inetd.c')
-rw-r--r-- | networking/inetd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/networking/inetd.c b/networking/inetd.c index 8d44b5198..f9295e38b 100644 --- a/networking/inetd.c +++ b/networking/inetd.c | |||
@@ -1153,8 +1153,8 @@ int inetd_main(int argc UNUSED_PARAM, char **argv) | |||
1153 | if (real_uid != 0) /* run by non-root user */ | 1153 | if (real_uid != 0) /* run by non-root user */ |
1154 | config_filename = NULL; | 1154 | config_filename = NULL; |
1155 | 1155 | ||
1156 | opt_complementary = "R+:q+"; /* -q N, -R N */ | 1156 | /* -q N, -R N */ |
1157 | opt = getopt32(argv, "R:feq:", &max_concurrency, &global_queuelen); | 1157 | opt = getopt32(argv, "R:+feq:+", &max_concurrency, &global_queuelen); |
1158 | argv += optind; | 1158 | argv += optind; |
1159 | //argc -= optind; | 1159 | //argc -= optind; |
1160 | if (argv[0]) | 1160 | if (argv[0]) |