From ae9d5e7ce16d1d80bbba83e8250b0a779ae6ee1e Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Thu, 26 May 2011 12:36:00 +0200 Subject: Option to enable duplicheck plugin fixed. --- src/libcharon/plugins/duplicheck/duplicheck_plugin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') 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; } -- cgit v1.2.3