summaryrefslogtreecommitdiff
path: root/src/dopt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/dopt.c')
-rw-r--r--src/dopt.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/dopt.c b/src/dopt.c
index 1e92071..71e5ae7 100644
--- a/src/dopt.c
+++ b/src/dopt.c
@@ -309,8 +309,8 @@ int distccd_parse_options(int argc, const char **argv)
#endif
case 'j':
- if (arg_max_jobs < 1 || arg_max_jobs > 200) {
- rs_log_error("--jobs argument must be between 1 and 200");
+ if (arg_max_jobs < 1 ) {
+ rs_log_error("--jobs argument must be more than 0");
exitcode = EXIT_BAD_ARGUMENTS;
goto out_exit;
}