Skip to content
Snippets Groups Projects
Commit 079a5ca4 authored by Danny Auble's avatar Danny Auble
Browse files

fixed typo

parent 2d1ffdf9
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment