diff --git a/src/common/slurm_cred.c b/src/common/slurm_cred.c index 2c6935df2fa76b6e3536b974207c39dcb07b23ef..4188290b79e6d9a799f6793f4833b856696e9168 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)