Skip to content
Snippets Groups Projects
Commit fcf80889 authored by Don Lipari's avatar Don Lipari
Browse files

Removed the fix of revision 18932 - it was not the right thing to do.

parent 4d775fa9
No related branches found
No related tags found
No related merge requests found
...@@ -337,8 +337,6 @@ slurm_sprint_job_info ( job_info_t * job_ptr, int one_liner ) ...@@ -337,8 +337,6 @@ slurm_sprint_job_info ( job_info_t * job_ptr, int one_liner )
bit_fmt(tmp1, sizeof(tmp1), core_bitmap); bit_fmt(tmp1, sizeof(tmp1), core_bitmap);
bit_free(core_bitmap); bit_free(core_bitmap);
if (tmp2[0] == '\0')
strcpy(tmp2, tmp1);
host = hostlist_shift(hl); host = hostlist_shift(hl);
/* /*
* If the allocation values for this host are not the same as the * If the allocation values for this host are not the same as the
......
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