From e59623c60b84a10c35458a780486e80592087926 Mon Sep 17 00:00:00 2001
From: tewk <tewk@unknown>
Date: Wed, 19 Jun 2002 00:54:35 +0000
Subject: [PATCH] Commented out update_config until it is completely ported
 over to new comm layer

---
 src/scontrol/scontrol.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/scontrol/scontrol.c b/src/scontrol/scontrol.c
index b4074fbddc8..2286a508da9 100644
--- a/src/scontrol/scontrol.c
+++ b/src/scontrol/scontrol.c
@@ -681,7 +681,7 @@ update_it (int argc, char *argv[])
 		strcat (in_line, " ");
 	}			
 
-	error_code = slurm_update_config (in_line);
+/*	error_code = slurm_update_config (in_line); */
 	xfree (in_line);
 	return error_code;
 }
-- 
GitLab