From: Martin Willi Date: Wed, 14 Jul 2010 05:15:56 +0000 (+0200) Subject: Revert "Warn about manual plugin load directives for pluto/charon" X-Git-Tag: 4.4.1~57 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=83b957107fc51f6afbde37ff0602498be236a60b;p=thirdparty%2Fstrongswan.git Revert "Warn about manual plugin load directives for pluto/charon" This reverts commit 5c46726d0d91db5b1fc4ea53326e73443133f22d. --- diff --git a/src/starter/starter.c b/src/starter/starter.c index 49ca0c2ad5..50ef9c07bb 100644 --- a/src/starter/starter.c +++ b/src/starter/starter.c @@ -300,17 +300,6 @@ int main (int argc, char **argv) plog("Starting strongSwan "VERSION" IPsec [starter]..."); - if (lib->settings->get_bool(lib->settings, "starter.load_warning", TRUE)) - { - if (lib->settings->get_str(lib->settings, "charon.load", NULL) || - lib->settings->get_str(lib->settings, "pluto.load", NULL)) - { - plog("!! Your strongswan.conf contains manual plugin load options for"); - plog("!! pluto and/or charon. This is not recommended, see"); - plog("!! http://wiki.strongswan.org/projects/strongswan/wiki/PluginLoad"); - } - } - /* verify that we can start */ if (getuid() != 0) {