Skip to content
Snippets Groups Projects
Commit c78f6f84 authored by rswindell's avatar rswindell
Browse files

Automatically recycle the terminal server when ctrl/attr.cfg is modified

parent ae7c2f8b
No related branches found
No related tags found
No related merge requests found
......@@ -4942,6 +4942,8 @@ NO_SSH:
semfile_list_add(&recycle_semfiles,str);
SAFEPRINTF(str,"%stext.dat",scfg.ctrl_dir);
semfile_list_add(&recycle_semfiles,str);
SAFEPRINTF(str,"%sattr.cfg",scfg.ctrl_dir);
semfile_list_add(&recycle_semfiles,str);
if(!initialized)
semfile_list_check(&initialized,shutdown_semfiles);
semfile_list_check(&initialized,recycle_semfiles);
......
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