Skip to content
Snippets Groups Projects
Commit babfbef9 authored by Morris Jette's avatar Morris Jette
Browse files

backport of commit aa5eb7ef

parent 8adeecd7
No related branches found
No related tags found
No related merge requests found
......@@ -2555,7 +2555,7 @@ static void _verify_clustername(void)
slurmctld_conf.cluster_name, filename);
exit(1);
}
} else {
} else if (slurmctld_conf.cluster_name) {
debug("creating clustername file: %s", filename);
if (!(fp = fopen(filename, "w"))) {
fatal("%s: failed to create file %s",
......
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