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

initialize wckey to NULL for job update RPC.

parent 5fc97137
No related branches found
No related tags found
No related merge requests found
......@@ -136,6 +136,7 @@ void slurm_init_job_desc_msg(job_desc_msg_t * job_desc_msg)
job_desc_msg->task_dist = (uint16_t) NO_VAL;
job_desc_msg->time_limit = NO_VAL;
job_desc_msg->user_id = NO_VAL;
job_desc_msg->wckey = NULL;
job_desc_msg->work_dir = NULL;
}
......
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