aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorMartin Willi <martin@revosec.ch>2010-07-14 07:15:56 +0200
committerMartin Willi <martin@revosec.ch>2010-07-14 07:17:16 +0200
commit83b957107fc51f6afbde37ff0602498be236a60b (patch)
tree95f75041fc69db9efa5e8b13b38b76a5f4151a40 /src
parentfccf00576f1f8513769b80968ac596601664fcb3 (diff)
downloadstrongswan-83b957107fc51f6afbde37ff0602498be236a60b.tar.bz2
strongswan-83b957107fc51f6afbde37ff0602498be236a60b.tar.xz
Revert "Warn about manual plugin load directives for pluto/charon"
Diffstat (limited to 'src')
-rw-r--r--src/starter/starter.c11
1 files changed, 0 insertions, 11 deletions
diff --git a/src/starter/starter.c b/src/starter/starter.c
index 49ca0c2ad..50ef9c07b 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)
{