diff options
author | Tobias Brunner <tobias@strongswan.org> | 2011-05-26 12:36:00 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2011-05-26 12:37:41 +0200 |
commit | ae9d5e7ce16d1d80bbba83e8250b0a779ae6ee1e (patch) | |
tree | bcd351fd34c716c4af40a6b19bd2aa541ddcabe2 /src/libcharon/plugins/duplicheck/duplicheck_plugin.c | |
parent | 13eeb1d22a7c6b9659ac3779ddaa0dc819d13bbf (diff) | |
download | strongswan-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.c | 2 |
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; } |