From: Tobias Brunner Date: Mon, 23 Jan 2017 16:25:28 +0000 (+0100) Subject: vici: Reload loggers after reloading strongswan.conf via reload-setting command X-Git-Tag: 5.5.2dr5~48^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=83bf6db3038bdf0005e73989e18f315f758b1970;p=thirdparty%2Fstrongswan.git vici: Reload loggers after reloading strongswan.conf via reload-setting command --- diff --git a/src/libcharon/plugins/vici/vici_control.c b/src/libcharon/plugins/vici/vici_control.c index 44003819af..59c2144373 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); }