From bdc24b62cffe4acedb79861062d5529e125234c3 Mon Sep 17 00:00:00 2001
From: Danny Auble <da@llnl.gov>
Date: Tue, 5 Jul 2005 17:21:30 +0000
Subject: [PATCH] fix for reconfiging the system without startclean on
 slurmctld

---
 src/plugins/select/bluegene/bluegene.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/plugins/select/bluegene/bluegene.c b/src/plugins/select/bluegene/bluegene.c
index ac512c3f828..ff09d02d01b 100644
--- a/src/plugins/select/bluegene/bluegene.c
+++ b/src/plugins/select/bluegene/bluegene.c
@@ -1205,7 +1205,7 @@ static int _delete_old_partitions(void)
 						       &thread_agent, 
 						       &attr_agent, 
 						       mult_destroy_part, 
-						       (void *)found_record)) {
+						       (void *)init_record)) {
 						error("pthread_create "
 						      "error %m");
 						if (++retries 
@@ -1227,7 +1227,7 @@ static int _delete_old_partitions(void)
 	}
 	while(num_part_to_free != num_part_freed)
 			usleep(1000);
-		
+	
 #endif	
 	return SLURM_SUCCESS;
 }
-- 
GitLab