Skip to content
Snippets Groups Projects
Commit 44673064 authored by David Gloe's avatar David Gloe Committed by Danny Auble
Browse files

Missing function changes

parent 60a69941
No related branches found
No related tags found
No related merge requests found
...@@ -491,7 +491,7 @@ int switch_p_build_jobinfo(switch_jobinfo_t *switch_job, ...@@ -491,7 +491,7 @@ int switch_p_build_jobinfo(switch_jobinfo_t *switch_job,
xassert(job->magic == CRAY_JOBINFO_MAGIC); xassert(job->magic == CRAY_JOBINFO_MAGIC);
rc = _list_str_to_array(step_layout->node_list, &cnt, &nodes); rc = list_str_to_array(step_layout->node_list, &cnt, &nodes);
if (rc < 0) { if (rc < 0) {
error("(%s: %d: %s) list_str_to_array failed", error("(%s: %d: %s) list_str_to_array failed",
...@@ -1211,7 +1211,7 @@ int switch_p_job_fini(switch_jobinfo_t *jobinfo) ...@@ -1211,7 +1211,7 @@ int switch_p_job_fini(switch_jobinfo_t *jobinfo)
} }
// Stolen from ALPS // Stolen from ALPS
_recursive_rmdir(path_name); recursive_rmdir(path_name);
xfree(path_name); xfree(path_name);
/* /*
......
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