aboutsummaryrefslogtreecommitdiffstats
path: root/src/libcharon/plugins/duplicheck/duplicheck_plugin.c
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2011-05-26 12:36:00 +0200
committerTobias Brunner <tobias@strongswan.org>2011-05-26 12:37:41 +0200
commitae9d5e7ce16d1d80bbba83e8250b0a779ae6ee1e (patch)
treebcd351fd34c716c4af40a6b19bd2aa541ddcabe2 /src/libcharon/plugins/duplicheck/duplicheck_plugin.c
parent13eeb1d22a7c6b9659ac3779ddaa0dc819d13bbf (diff)
downloadstrongswan-ae9d5e7ce16d1d80bbba83e8250b0a779ae6ee1e.tar.bz2
strongswan-ae9d5e7ce16d1d80bbba83e8250b0a779ae6ee1e.tar.xz
Option to enable duplicheck plugin fixed.
Diffstat (limited to 'src/libcharon/plugins/duplicheck/duplicheck_plugin.c')
-rw-r--r--src/libcharon/plugins/duplicheck/duplicheck_plugin.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libcharon/plugins/duplicheck/duplicheck_plugin.c b/src/libcharon/plugins/duplicheck/duplicheck_plugin.c
index 5bc1a14af..df28e7f12 100644
--- a/src/libcharon/plugins/duplicheck/duplicheck_plugin.c
+++ b/src/libcharon/plugins/duplicheck/duplicheck_plugin.c
@@ -66,7 +66,7 @@ plugin_t *duplicheck_plugin_create()
private_duplicheck_plugin_t *this;
if (!lib->settings->get_bool(lib->settings,
- "charon.plugins.duplicheck.enabled", TRUE))
+ "charon.plugins.duplicheck.enable", TRUE))
{
return NULL;
}