Option to enable duplicheck plugin fixed.

This commit is contained in:
Tobias Brunner
2011-05-26 12:37:41 +02:00
parent 13eeb1d22a
commit ae9d5e7ce1
@@ -66,7 +66,7 @@ plugin_t *duplicheck_plugin_create()
private_duplicheck_plugin_t *this; private_duplicheck_plugin_t *this;
if (!lib->settings->get_bool(lib->settings, if (!lib->settings->get_bool(lib->settings,
"charon.plugins.duplicheck.enabled", TRUE)) "charon.plugins.duplicheck.enable", TRUE))
{ {
return NULL; return NULL;
} }