K 10 svn:author V 5 harti K 8 svn:date V 27 2005-05-12T14:16:44.000000Z K 7 svn:log V 344 Fix the fix for bin/72510 applied in job.c:1.70. Actually there have been two maxJobs variables: one static in job.c and one global used in main.c and parse.c. Makeing one global out of these was the wrong way to fix the problem. Instead rename the global one to jobLimit and keep maxJobs static in job.c. Suggested by: rwatson PR: bin/72510 END