Skip to content

Commit

Permalink
fix: reinstate wrongly removed line
Browse files Browse the repository at this point in the history
  • Loading branch information
itkovian committed Nov 19, 2024
1 parent dcbf18d commit 10e03e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/slurmd/slurmd/req.c
Original file line number Diff line number Diff line change
Expand Up @@ -5555,6 +5555,7 @@ _rpc_terminate_job(slurm_msg_t *msg)
job_env.spank_job_env_size = req->spank_job_env_size;
job_env.work_dir = req->work_dir;
job_env.uid = req->job_uid;
job_env.gid = req->job_gid;

_wait_for_job_running_prolog(job_env.jobid);
rc = run_epilog(&job_env, req->cred);
Expand Down

0 comments on commit 10e03e6

Please sign in to comment.