Skip to content
Snippets Groups Projects
Commit 94deee36 authored by Christopher J. Morrone's avatar Christopher J. Morrone
Browse files

Fix my bug that Moe found.

parent 85074c57
No related branches found
No related tags found
No related merge requests found
......@@ -605,7 +605,7 @@ _handle_attach(int fd, slurmd_job_t *job, uid_t uid)
debug("_handle_attach for job %u.%u", job->jobid, job->stepid);
srun = xmalloc(sizeof(*srun));
srun->key = (srun_key_t *)xmalloc(sizeof(SLURM_CRED_SIGLEN));
srun->key = (srun_key_t *)xmalloc(SLURM_CRED_SIGLEN);
debug("sizeof(srun_info_t) = %d, sizeof(slurm_addr) = %d",
sizeof(srun_info_t), sizeof(slurm_addr));
......
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