Skip to content
Snippets Groups Projects
Commit bfaddfef authored by Moe Jette's avatar Moe Jette
Browse files

Remove redundant ";" in wiki.conf info passed into configuration SchedulerParameters

parent d72fe661
No related branches found
No related tags found
No related merge requests found
...@@ -394,8 +394,6 @@ extern char * get_wiki_conf(void) ...@@ -394,8 +394,6 @@ extern char * get_wiki_conf(void)
if (!hide_part_ptr[i]) if (!hide_part_ptr[i])
continue; continue;
if (first) { if (first) {
if (conf)
xstrcat(conf, ";");
xstrcat(conf, ";HidePartitionJobs="); xstrcat(conf, ";HidePartitionJobs=");
first = 0; first = 0;
} else } else
......
...@@ -407,8 +407,6 @@ extern char * get_wiki_conf(void) ...@@ -407,8 +407,6 @@ extern char * get_wiki_conf(void)
if (!hide_part_ptr[i]) if (!hide_part_ptr[i])
continue; continue;
if (first) { if (first) {
if (conf)
xstrcat(conf, ";");
xstrcat(conf, ";HidePartitionJobs="); xstrcat(conf, ";HidePartitionJobs=");
first = 0; first = 0;
} else } else
......
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