vici: Reload loggers after reloading strongswan.conf via reload-setting command

This commit is contained in:
Tobias Brunner
2017-01-25 14:58:12 +01:00
parent 9665686bd8
commit 83bf6db303
@@ -626,6 +626,7 @@ CALLBACK(reload_settings, vici_message_t*,
{
if (lib->settings->load_files(lib->settings, lib->conf, FALSE))
{
charon->load_loggers(charon);
lib->plugins->reload(lib->plugins, NULL);
return send_reply(this, NULL);
}