From 23eba27d40e065b9d27bbb2d3752f815f0d73581 Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Fri, 7 Nov 2008 17:56:00 +0000
Subject: [PATCH] add missing ";"

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

diff --git a/src/common/slurm_cred.c b/src/common/slurm_cred.c
index 2c6935df2fa..4188290b79e 100644
--- a/src/common/slurm_cred.c
+++ b/src/common/slurm_cred.c
@@ -749,7 +749,7 @@ slurm_cred_faker(slurm_cred_arg_t *arg)
 	}
 #ifndef HAVE_BG
 {
-	int i, sock_recs = 0
+	int i, sock_recs = 0;
 	for (i=0; i<arg->job_nhosts; i++) {
 		sock_recs += arg->sock_core_rep_count[i];
 		if (sock_recs >= arg->job_nhosts)
-- 
GitLab