From 079a5ca4efbeaa85bfafe769ff5df64475b8c201 Mon Sep 17 00:00:00 2001
From: Danny Auble <da@llnl.gov>
Date: Mon, 27 Dec 2010 21:52:50 +0000
Subject: [PATCH] fixed typo

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

diff --git a/src/slurmdbd/proc_req.c b/src/slurmdbd/proc_req.c
index 17c03855fcd..6eaa5ad8c95 100644
--- a/src/slurmdbd/proc_req.c
+++ b/src/slurmdbd/proc_req.c
@@ -2764,7 +2764,7 @@ static int   _register_ctld(slurmdbd_conn_t *slurmdbd_conn,
 		fd =  slurm_open_msg_conn(&ctld_address);
 		if (fd < 0) {
 			error("CONN: can not open socket back to slurmctld",
-			      slurmdbd_conn->newsockfd,);
+			      slurmdbd_conn->newsockfd);
 		} else {
 			slurm_msg_t out_msg;
 			slurm_msg_t_init(&out_msg);
-- 
GitLab