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

added init_slurm_conf for good measure

parent 216b1c19
No related branches found
No related tags found
No related merge requests found
...@@ -1713,6 +1713,7 @@ slurm_conf_init(const char *file_name) ...@@ -1713,6 +1713,7 @@ slurm_conf_init(const char *file_name)
return SLURM_ERROR; return SLURM_ERROR;
} }
init_slurm_conf(conf_ptr);
_init_slurm_conf(file_name); _init_slurm_conf(file_name);
conf_initialized = true; conf_initialized = true;
......
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