Skip to content
Snippets Groups Projects
Commit 24e62c13 authored by Brian Christiansen's avatar Brian Christiansen
Browse files

Dont open persistent connection to self

parent ddc10122
No related branches found
No related tags found
No related merge requests found
......@@ -317,7 +317,8 @@ extern int fed_mgr_update_feds(slurmdb_update_object_t *update)
slurmdb_init_cluster_rec(conn, false);
slurmdb_copy_cluster_rec(conn, cluster);
conn->sockfd = _open_controller_conn(conn);
if (xstrcmp(cluster->name, fed_mgr_cluster_name))
_open_controller_conn(conn);
list_append(fed_mgr_siblings, conn);
}
......
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