Skip to content
Snippets Groups Projects
Commit 5d049b74 authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[AppL] trigger checks earlier

parent 36464224
No related branches found
No related tags found
No related merge requests found
...@@ -107,6 +107,10 @@ public: ...@@ -107,6 +107,10 @@ public:
ERR("Unknown process type: %s\n", type.c_str()); ERR("Unknown process type: %s\n", type.c_str());
} }
} }
// process configs are not needed anymore, so clear the storage
// in order to trigger config tree checks
_process_configs.clear();
} }
/// Iterator access for processes. /// Iterator access for processes.
......
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