Skip to content
Snippets Groups Projects
Commit e59623c6 authored by tewk's avatar tewk
Browse files

Commented out update_config until it is completely ported over to new comm layer

parent 7e7fac98
No related branches found
No related tags found
No related merge requests found
...@@ -681,7 +681,7 @@ update_it (int argc, char *argv[]) ...@@ -681,7 +681,7 @@ update_it (int argc, char *argv[])
strcat (in_line, " "); strcat (in_line, " ");
} }
error_code = slurm_update_config (in_line); /* error_code = slurm_update_config (in_line); */
xfree (in_line); xfree (in_line);
return error_code; return error_code;
} }
......
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