From 8a2104c7036138e4c61c1a7147f5d06a24ee5aa1 Mon Sep 17 00:00:00 2001
From: "Joseph P. Donaghy" <donaghy1@llnl.gov>
Date: Wed, 9 Dec 2009 17:16:04 +0000
Subject: [PATCH] edit 2360 and 2390 .

---
 src/sview/job_info.c | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/src/sview/job_info.c b/src/sview/job_info.c
index bd6f3316d5e..13e58e05865 100644
--- a/src/sview/job_info.c
+++ b/src/sview/job_info.c
@@ -2357,7 +2357,7 @@ static List _create_job_info_list(job_info_msg_t *job_info_ptr,
 			snprintf(tmp_char, sizeof(tmp_char), "%s[%s]",
 					 job_ptr->nodes, ionodes);
 			xfree(ionodes);
-			sview_job_info_ptr->nodes = xstrdup(tmp_char);
+			sview_job_info_ptr->job_ptr->nodes = xstrdup(tmp_char);
 		}
 #endif
 		if(IS_JOB_COMPLETING(job_ptr))
@@ -2387,7 +2387,8 @@ static List _create_job_info_list(job_info_msg_t *job_info_ptr,
 				 */
 				xfree(step_ptr->nodes);
 				step_ptr->nodes =
-					xstrdup(sview_job_info_ptr->nodes);
+					xstrdup(sview_job_info_ptr->
+						job_ptr->nodes);
 				step_ptr->num_tasks =
 					sview_job_info_ptr->node_cnt;
 				xfree(step_ptr->node_inx);
-- 
GitLab