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

Make elan plugin use slurm_strlcpy rather than strlcpy so task

launch functions can run with just loading libslurm.
parent 78e5a423
No related branches found
No related tags found
No related merge requests found
......@@ -1377,7 +1377,7 @@ qsw_gethost_bynodeid(char *buf, int len, int id)
goto done;
}
rc = strlcpy (buf, hostp, len);
rc = slurm_strlcpy (buf, hostp, len);
done:
_unlock_qsw();
......
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