Skip to content
Snippets Groups Projects
Commit f2c5030a authored by Moe Jette's avatar Moe Jette
Browse files

Initialize mail_user field of job record.

parent 76a006be
No related branches found
No related tags found
No related merge requests found
...@@ -80,6 +80,7 @@ void slurm_init_job_desc_msg(job_desc_msg_t * job_desc_msg) ...@@ -80,6 +80,7 @@ void slurm_init_job_desc_msg(job_desc_msg_t * job_desc_msg)
job_desc_msg->user_id = NO_VAL; job_desc_msg->user_id = NO_VAL;
job_desc_msg->work_dir = NULL; job_desc_msg->work_dir = NULL;
job_desc_msg->host = NULL; job_desc_msg->host = NULL;
job_desc_msg->mail_user = NULL;
job_desc_msg->port = 0; job_desc_msg->port = 0;
job_desc_msg->begin_time = 0; job_desc_msg->begin_time = 0;
#if SYSTEM_DIMENSIONS #if SYSTEM_DIMENSIONS
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment