diff --git a/src/slurmd/slurmstepd/req.c b/src/slurmd/slurmstepd/req.c index 5447d82f912b067346185e578d20efd0572cd663..d1346566006486c4b187e97f09fb31dc0dc8cd59 100644 --- a/src/slurmd/slurmstepd/req.c +++ b/src/slurmd/slurmstepd/req.c @@ -1341,7 +1341,7 @@ static int _handle_add_extern_pid_internal(stepd_step_rec_t *job, pid_t pid) /* track pid: add outside of the below thread so that the pam module * waits until the parent pid is added, before letting the parent spawn * any children. */ - jobacct_id.taskid = job->nodeid; + jobacct_id.taskid = job->nodeid; /* Treat node ID as global task ID */ jobacct_id.nodeid = job->nodeid; jobacct_id.job = job;