Skip to content

Commit

Permalink
mxqsub: Don't fail with --umask 000
Browse files Browse the repository at this point in the history
  • Loading branch information
donald committed Dec 30, 2023
1 parent 48746e8 commit 70a5acc
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mxqsub.c
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,6 @@ static int add_job(struct mx_mysql *mysql, struct mxq_job *j)
assert(j->job_argv_str); assert(*j->job_argv_str);
assert(j->job_stdout); assert(*j->job_stdout);
assert(j->job_stderr); assert(*j->job_stderr);
assert(j->job_umask);
assert(j->host_submit); assert(*j->host_submit);

stmt = mx_mysql_statement_prepare(mysql,
Expand Down

0 comments on commit 70a5acc

Please sign in to comment.