diff options
author | Tobias Brunner <tobias@strongswan.org> | 2017-01-23 17:25:28 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2017-01-25 14:58:12 +0100 |
commit | 83bf6db3038bdf0005e73989e18f315f758b1970 (patch) | |
tree | d6a8ba872b9f8ee9c390804dd758ac10851a4d42 /src | |
parent | 9665686bd807d70041b22312936034bf256d2b8c (diff) | |
download | strongswan-83bf6db3038bdf0005e73989e18f315f758b1970.tar.bz2 strongswan-83bf6db3038bdf0005e73989e18f315f758b1970.tar.xz |
vici: Reload loggers after reloading strongswan.conf via reload-setting command
Diffstat (limited to 'src')
-rw-r--r-- | src/libcharon/plugins/vici/vici_control.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libcharon/plugins/vici/vici_control.c b/src/libcharon/plugins/vici/vici_control.c index 44003819a..59c214437 100644 --- a/src/libcharon/plugins/vici/vici_control.c +++ b/src/libcharon/plugins/vici/vici_control.c @@ -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); } |