From 882affca5516a3416172e3650c420fa129cbf04c Mon Sep 17 00:00:00 2001 From: "Christopher J. Morrone" <morrone2@llnl.gov> Date: Wed, 13 Jul 2005 18:29:39 +0000 Subject: [PATCH] send_registration_msg needs a true parameter to properly initialize the federation driver's state on the slurmctld --- src/slurmd/req.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/slurmd/req.c b/src/slurmd/req.c index ba8ec02c827..f783d9ab0f5 100644 --- a/src/slurmd/req.c +++ b/src/slurmd/req.c @@ -160,7 +160,7 @@ slurmd_req(slurm_msg_t *msg, slurm_addr *cli) /* No body to free */ /* Then initiate a separate node registration */ if (rc == SLURM_SUCCESS) - send_registration_msg(SLURM_SUCCESS, false); + send_registration_msg(SLURM_SUCCESS, true); break; case REQUEST_PING: _rpc_ping(msg, cli); -- GitLab